distgit/pagure: Appease yamllint

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2024-06-27 11:20:12 +02:00
parent b1490df609
commit 0adf0869a6

View file

@ -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