From 02d6c3445eebfc3f36e74baea058b71524824f55 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 20 Jul 2016 22:08:53 +0000 Subject: [PATCH] eeeeee --- 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 7f888ebe1b..4c69a146bf 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=user permissions=r state=present + acl: name={{ osbs_client_conf_path }} entity=nrpe etype=user permissions=r state=present - name: pull fedora required docker images shell: "docker pull {{item}}"