try and work around the acl module changing permissions

This commit is contained in:
Kevin Fenzi 2016-07-20 22:05:14 +00:00
parent f6c5f6295e
commit 4f30290081
2 changed files with 2 additions and 2 deletions

View file

@ -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}}"

View file

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