From e8d470898efda3427352b105d40a4da712944713 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 20 Jul 2016 22:06:33 +0000 Subject: [PATCH] fix acl syntax --- playbooks/groups/osbs-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-master.yml b/playbooks/groups/osbs-master.yml index 377693fc56..7f888ebe1b 100644 --- a/playbooks/groups/osbs-master.yml +++ b/playbooks/groups/osbs-master.yml @@ -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}}"