Fix typo
This commit is contained in:
parent
ebe6245523
commit
cb01dcb10d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
- name: Fail2ban
|
- name: Fail2ban
|
||||||
ansible.builtin.import_tasks: fail2ban.yml
|
ansible.builtin.import_tasks: fail2ban.yml
|
||||||
tags: fail2ban
|
tags: fail2ban
|
||||||
when: postfiy_type == "internet"
|
when: postfix_type == "internet"
|
||||||
|
|
||||||
- name: TLS-helper
|
- name: TLS-helper
|
||||||
ansible.builtin.import_tasks: tls-helper.yml
|
ansible.builtin.import_tasks: tls-helper.yml
|
||||||
|
|
Loading…
Reference in a new issue