metrics-for-apps: hotfix folder permissions
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
c9f047f0a6
commit
33919a421d
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@
|
||||||
when: datacenter != 'iad2'
|
when: datacenter != 'iad2'
|
||||||
|
|
||||||
- name: Set permissions on the rhcos tftpboot folder
|
- name: Set permissions on the rhcos tftpboot folder
|
||||||
command: chmod 755 /var/lib/tftpboot/{{item}}
|
file:
|
||||||
with_items:
|
path: /var/lib/tftpboot/rhcos
|
||||||
- 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