Adjust name and tag tasks
This commit is contained in:
parent
157d2e00eb
commit
c16f0abe35
1 changed files with 5 additions and 1 deletions
|
@ -214,12 +214,16 @@
|
||||||
- name: Add default facl so apache can read git repos
|
- name: Add default facl so apache can read git repos
|
||||||
acl: default=yes etype=user entity=apache permissions=rx name=/srv/git
|
acl: default=yes etype=user entity=apache permissions=rx name=/srv/git
|
||||||
register: acl_updates
|
register: acl_updates
|
||||||
|
tags:
|
||||||
|
- pagure
|
||||||
|
|
||||||
- name: Manually fix current ACLs since Ansible doesnt know recursive acls
|
- name: Manually fix current ACLs since Ansible doesnt know recursive acls
|
||||||
when: acl_updates.changed
|
when: acl_updates.changed
|
||||||
command: /usr/bin/setfacl -Rdm user:apache:rx /srv/git
|
command: /usr/bin/setfacl -Rdm user:apache:rx /srv/git
|
||||||
|
tags:
|
||||||
|
- pagure
|
||||||
|
|
||||||
- name: set sebooleans so pkgdb2 can talk to the db
|
- name: set sebooleans so pagure can talk to the db
|
||||||
action: seboolean name=httpd_can_network_connect_db
|
action: seboolean name=httpd_can_network_connect_db
|
||||||
state=true
|
state=true
|
||||||
persistent=true
|
persistent=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue