Tag all the various ntp tasks so we can run over all of them at once.
This commit is contained in:
parent
f893490bd2
commit
2cf056f01b
3 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue