metrics-for-apps: hotfix task ordering

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-07-29 11:30:59 +01:00
parent 33919a421d
commit bc5fa48eb2

View file

@ -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'