distgit: looks like the acl action does not support with_items, pity
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
9d4902f887
commit
f2066c896d
1 changed files with 22 additions and 6 deletions
|
@ -138,13 +138,29 @@
|
||||||
- config
|
- config
|
||||||
- distgit
|
- distgit
|
||||||
|
|
||||||
- name: Make sure apache can access the fedora-messasing keys
|
- name: Make sure apache can access the fedora-messasing ca
|
||||||
acl:
|
acl:
|
||||||
path: {{ item }}
|
path: /etc/pki/rabbitmq/git-hooks.ca
|
||||||
with_items:
|
entity: apache
|
||||||
- /etc/pki/rabbitmq/git-hooks.ca
|
etype: group
|
||||||
- /etc/pki/rabbitmq/git-hooks.crt
|
permissions: r
|
||||||
- /etc/pki/rabbitmq/git-hooks.key
|
state: present
|
||||||
|
tags:
|
||||||
|
- distgit
|
||||||
|
|
||||||
|
- name: Make sure apache can access the fedora-messasing crt
|
||||||
|
acl:
|
||||||
|
path: /etc/pki/rabbitmq/git-hooks.crt
|
||||||
|
entity: apache
|
||||||
|
etype: group
|
||||||
|
permissions: r
|
||||||
|
state: present
|
||||||
|
tags:
|
||||||
|
- distgit
|
||||||
|
|
||||||
|
- name: Make sure apache can access the fedora-messasing key
|
||||||
|
acl:
|
||||||
|
path: /etc/pki/rabbitmq/git-hooks.key
|
||||||
entity: apache
|
entity: apache
|
||||||
etype: group
|
etype: group
|
||||||
permissions: r
|
permissions: r
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue