try and work around the acl module changing permissions
This commit is contained in:
parent
f6c5f6295e
commit
4f30290081
2 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@
|
|||
|
||||
tasks:
|
||||
- name: set nrpe read access for osbs.conf for nagios monitoring
|
||||
acl: name={{ osbs_client_conf_path }} entry="u:nrpe:r" state=present
|
||||
acl: name={{ osbs_client_conf_path }} entity=nrpe type=u permissions state=present
|
||||
|
||||
- name: pull fedora required docker images
|
||||
shell: "docker pull {{item}}"
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
action: "{{ ansible_pkg_mgr }} name=osbs-client state=installed"
|
||||
|
||||
- name: apply osbs-client templated config
|
||||
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0600
|
||||
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0640
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue