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:
|
||||
- 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
|
||||
action: yum state=installed pkg=$item
|
||||
with_items:
|
||||
|
@ -21,6 +15,12 @@
|
|||
tags:
|
||||
- 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
|
||||
action: copy src=$files/common/step-tickers dest=/etc/ntp/step-tickers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue