[mailman] Fix the yamllint issues
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
192c62d22a
commit
523acbbd25
1 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
# create a new mailman server
|
||||
# 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
|
||||
|
@ -9,7 +10,7 @@
|
|||
- name: make the box be real
|
||||
hosts: mailman_stg:mailman
|
||||
user: root
|
||||
gather_facts: True
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -86,7 +87,7 @@
|
|||
- name: setup mailman and hyperkitty
|
||||
hosts: mailman_stg:mailman
|
||||
user: root
|
||||
gather_facts: True
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue