arreglo bug de template
This commit is contained in:
parent
7c83ecaa1b
commit
1838d4792e
@ -1,26 +1,26 @@
|
|||||||
---
|
---
|
||||||
- name: Instalar Dovecot
|
- name: Instalar paquetes
|
||||||
apt:
|
apt:
|
||||||
state: present
|
state: present
|
||||||
name: >-
|
name: >-
|
||||||
[ dovecot-lmtpd,
|
[ "dovecot-lmtpd",
|
||||||
{% if any([dovecot_proto_imap_enable, dovecot_proto_imaps_enable]) -%}
|
{% if dovecot_proto_imap_enable or dovecot_proto_imaps_enable -%}
|
||||||
dovecot-imapd,
|
"dovecot-imapd",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if any([dovecot_proto_pop3_enable, dovecot_proto_pop3s_enable]) -%}
|
{% if dovecot_proto_pop3_enable or dovecot_proto_pop3s_enable -%}
|
||||||
dovecot-pop3d,
|
"dovecot-pop3d",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if dovecot_ldap_enable -%}
|
{% if dovecot_ldap_enable -%}
|
||||||
dovecot-ldap,
|
"dovecot-ldap",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if dovecot_sieve_enable -%}
|
{% if dovecot_sieve_enable -%}
|
||||||
dovecot-sieve,
|
"dovecot-sieve",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if dovecot_proto_managesieve_enable -%}
|
{% if dovecot_proto_managesieve_enable -%}
|
||||||
dovecot-managesieved,
|
"dovecot-managesieved",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if dovecot_antispam_enable -%}
|
{% if dovecot_antispam_enable -%}
|
||||||
dovecot-antispam,
|
"dovecot-antispam",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user