Apparently order matters
This commit is contained in:
parent
915d874b1b
commit
5ea98d6f9d
1 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,6 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: write out global-update-applied file if we updated
|
|
||||||
copy: content="updated" dest=/etc/sysconfig/global-update-applied
|
|
||||||
when: updated is defined
|
|
||||||
tags:
|
|
||||||
- packages
|
|
||||||
|
|
||||||
- name: ntp pkgs
|
- name: ntp pkgs
|
||||||
action: yum state=installed pkg=$item
|
action: yum state=installed pkg=$item
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -21,6 +15,12 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: write out global-update-applied file if we updated
|
||||||
|
copy: content="updated" dest=/etc/sysconfig/global-update-applied
|
||||||
|
when: updated is defined
|
||||||
|
tags:
|
||||||
|
- packages
|
||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue