This commit is contained in:
Miroslav Suchý 2015-05-14 16:05:56 +02:00
parent 878398f38d
commit f303f64dfe

View file

@ -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