distgit/pagure: Appease yamllint
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
b1490df609
commit
0adf0869a6
1 changed files with 45 additions and 39 deletions
|
@ -26,7 +26,9 @@
|
|||
- pagure
|
||||
- packages
|
||||
|
||||
- name: Set httpd_can_network_connect flag on and keep it persistent across reboots so apache can talk to redis
|
||||
- name: >-
|
||||
Set httpd_can_network_connect flag on and keep it persistent across reboots so apache can talk
|
||||
to redis
|
||||
seboolean:
|
||||
name: httpd_can_network_connect
|
||||
state: yes
|
||||
|
@ -121,9 +123,12 @@
|
|||
dest={{ item.location }}/{{ item.file }}
|
||||
owner=pagure group=postfix mode=0640
|
||||
with_items:
|
||||
- { file: pagure.cfg, location: /etc/pagure }
|
||||
- { file: alembic.ini, location: /etc/pagure }
|
||||
- { file: pagure_plugins.cfg, location: /etc/pagure }
|
||||
- file: pagure.cfg
|
||||
location: /etc/pagure
|
||||
- file: alembic.ini
|
||||
location: /etc/pagure
|
||||
- file: pagure_plugins.cfg
|
||||
location: /etc/pagure
|
||||
tags:
|
||||
- config
|
||||
- web
|
||||
|
@ -136,7 +141,8 @@
|
|||
dest={{ item.location }}/{{ item.file }}
|
||||
owner=pagure group=packager mode=0640
|
||||
with_items:
|
||||
- { file: pagure_hook.cfg, location: /etc/pagure }
|
||||
- file: pagure_hook.cfg
|
||||
location: /etc/pagure
|
||||
tags:
|
||||
- config
|
||||
- web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue