try this
This commit is contained in:
parent
878398f38d
commit
f303f64dfe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
- name: put step-tickers in place
|
||||
action: copy src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
|
||||
when: not ansible_cmdline.ostree
|
||||
when: ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: enable the service
|
||||
action: service name=ntpd state=running enabled=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue