mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
metrics-for-apps: hotfix task ordering
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user