Files
fedora-infra_ansible/roles/base/meta/main.yml
Michael Scherer 189260776c Move ntp setup in a role
Since base install ntp on all platforms, we can skip the vars
and place it by default (next step is to convert the
few playbooks duplicating the role)
2016-04-16 17:47:36 +00:00

5 lines
68 B
YAML

---
dependencies:
- { role: ntp }
- { role: dnf-automatic }