Fix issues reported by ansible-lint
This commit is contained in:
parent
a90840b1dc
commit
2e100d290f
59 changed files with 315 additions and 244 deletions
|
@ -4,4 +4,5 @@
|
|||
- mailcow
|
||||
- email
|
||||
block:
|
||||
- import_tasks: steps/template-site-config.yml
|
||||
- name: Import tasks to template the site for the reverse proxy
|
||||
ansible.builtin.import_tasks: tasks/steps/template-site-config.yml
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
svc:
|
||||
name: mailcow
|
||||
domain: mail.serguzim.me
|
||||
|
|
Reference in a new issue