[mailman] Fix the yamllint issues

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-18 12:53:36 +01:00
parent 192c62d22a
commit 523acbbd25

View file

@ -1,3 +1,4 @@
---
# create a new mailman server # create a new mailman server
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
@ -9,7 +10,7 @@
- name: make the box be real - name: make the box be real
hosts: mailman_stg:mailman hosts: mailman_stg:mailman
user: root user: root
gather_facts: True gather_facts: true
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml
@ -86,7 +87,7 @@
- name: setup mailman and hyperkitty - name: setup mailman and hyperkitty
hosts: mailman_stg:mailman hosts: mailman_stg:mailman
user: root user: root
gather_facts: True gather_facts: true
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml