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'
|
||||
|
||||
- name: Set permissions on the rhcos tftpboot folder
|
||||
command: chmod 755 /var/lib/tftpboot/{{item}}
|
||||
with_items:
|
||||
- rhcos
|
||||
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