Missed a few cases for atomic
This commit is contained in:
parent
b42db39955
commit
109598f2d5
1 changed files with 2 additions and 0 deletions
|
@ -19,9 +19,11 @@
|
||||||
|
|
||||||
- name: put step-tickers in place
|
- name: put step-tickers in place
|
||||||
action: copy src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
|
action: copy src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
|
||||||
|
when: not ansible_cmdline.ostree
|
||||||
|
|
||||||
- name: enable the service
|
- name: enable the service
|
||||||
action: service name=ntpd state=running enabled=true
|
action: service name=ntpd state=running enabled=true
|
||||||
|
when: not ansible_cmdline.ostree
|
||||||
|
|
||||||
#- name: edit hostname to be instance name - prefix hostbase var if it exists
|
#- name: edit hostname to be instance name - prefix hostbase var if it exists
|
||||||
# action: shell hostname {{ hostbase }}`curl -s http://169.254.169.254/latest/meta-data/instance-id`
|
# action: shell hostname {{ hostbase }}`curl -s http://169.254.169.254/latest/meta-data/instance-id`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue