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
|
||||
acl: default=yes etype=user entity=apache permissions=rx name=/srv/git
|
||||
register: acl_updates
|
||||
tags:
|
||||
- pagure
|
||||
|
||||
- name: Manually fix current ACLs since Ansible doesnt know recursive acls
|
||||
when: acl_updates.changed
|
||||
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
|
||||
state=true
|
||||
persistent=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue