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