fix acl syntax

This commit is contained in:
Kevin Fenzi 2016-07-20 22:06:33 +00:00
parent 4f30290081
commit e8d470898e

View file

@ -263,7 +263,7 @@
tasks:
- name: set nrpe read access for osbs.conf for nagios monitoring
acl: name={{ osbs_client_conf_path }} entity=nrpe type=u permissions state=present
acl: name={{ osbs_client_conf_path }} entity=nrpe type=user permissions=r state=present
- name: pull fedora required docker images
shell: "docker pull {{item}}"