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