metrics-for-apps: hotfix task ordering
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
33919a421d
commit
bc5fa48eb2
1 changed files with 6 additions and 6 deletions
|
@ -37,16 +37,16 @@
|
||||||
- tftp_server
|
- tftp_server
|
||||||
when: datacenter != 'iad2'
|
when: datacenter != 'iad2'
|
||||||
|
|
||||||
- name: Set permissions on the rhcos tftpboot folder
|
- name: fill up the tftpboot directory
|
||||||
file:
|
synchronize: src="{{ bigfiles }}/tftpboot2/" dest=/var/lib/tftpboot/
|
||||||
path: /var/lib/tftpboot/rhcos
|
|
||||||
mode: '0755'
|
|
||||||
tags:
|
tags:
|
||||||
- tftp_server
|
- tftp_server
|
||||||
when: datacenter == 'iad2'
|
when: datacenter == 'iad2'
|
||||||
|
|
||||||
- name: fill up the tftpboot directory
|
- name: Set permissions on the rhcos tftpboot folder
|
||||||
synchronize: src="{{ bigfiles }}/tftpboot2/" dest=/var/lib/tftpboot/
|
file:
|
||||||
|
path: /var/lib/tftpboot/rhcos
|
||||||
|
mode: '0755'
|
||||||
tags:
|
tags:
|
||||||
- tftp_server
|
- tftp_server
|
||||||
when: datacenter == 'iad2'
|
when: datacenter == 'iad2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue