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
|
- pagure
|
||||||
- packages
|
- 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:
|
seboolean:
|
||||||
name: httpd_can_network_connect
|
name: httpd_can_network_connect
|
||||||
state: yes
|
state: yes
|
||||||
|
@ -121,9 +123,12 @@
|
||||||
dest={{ item.location }}/{{ item.file }}
|
dest={{ item.location }}/{{ item.file }}
|
||||||
owner=pagure group=postfix mode=0640
|
owner=pagure group=postfix mode=0640
|
||||||
with_items:
|
with_items:
|
||||||
- { file: pagure.cfg, location: /etc/pagure }
|
- file: pagure.cfg
|
||||||
- { file: alembic.ini, location: /etc/pagure }
|
location: /etc/pagure
|
||||||
- { file: pagure_plugins.cfg, location: /etc/pagure }
|
- file: alembic.ini
|
||||||
|
location: /etc/pagure
|
||||||
|
- file: pagure_plugins.cfg
|
||||||
|
location: /etc/pagure
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- web
|
- web
|
||||||
|
@ -136,7 +141,8 @@
|
||||||
dest={{ item.location }}/{{ item.file }}
|
dest={{ item.location }}/{{ item.file }}
|
||||||
owner=pagure group=packager mode=0640
|
owner=pagure group=packager mode=0640
|
||||||
with_items:
|
with_items:
|
||||||
- { file: pagure_hook.cfg, location: /etc/pagure }
|
- file: pagure_hook.cfg
|
||||||
|
location: /etc/pagure
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- web
|
- web
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue