Tag all the various ntp tasks so we can run over all of them at once.

This commit is contained in:
Kevin Fenzi 2015-09-07 15:53:13 +00:00
parent f893490bd2
commit 2cf056f01b
3 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,9 @@
- name: put step-tickers in place
action: copy src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
when: ansible_cmdline.ostree is not defined
tags:
- ntp
- config
- name: enable the service
action: service name=ntpd state=running enabled=true