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
|
||||
when: datacenter != 'iad2'
|
||||
|
||||
- name: Set permissions on the rhcos tftpboot folder
|
||||
file:
|
||||
path: /var/lib/tftpboot/rhcos
|
||||
mode: '0755'
|
||||
- name: fill up the tftpboot directory
|
||||
synchronize: src="{{ bigfiles }}/tftpboot2/" dest=/var/lib/tftpboot/
|
||||
tags:
|
||||
- tftp_server
|
||||
when: datacenter == 'iad2'
|
||||
|
||||
- name: fill up the tftpboot directory
|
||||
synchronize: src="{{ bigfiles }}/tftpboot2/" dest=/var/lib/tftpboot/
|
||||
- name: Set permissions on the rhcos tftpboot folder
|
||||
file:
|
||||
path: /var/lib/tftpboot/rhcos
|
||||
mode: '0755'
|
||||
tags:
|
||||
- tftp_server
|
||||
when: datacenter == 'iad2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue