add conditional
This commit is contained in:
parent
0a85745951
commit
6531915876
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: "[CONFIG RELAYHOST SMTP] Comprobando si es necesario configurar relayhost smtp"
|
||||||
|
debug:
|
||||||
|
msg: "No es necesario configurar relayhost smtp en la máquina"
|
||||||
|
when: relay-host_enabled is not defined or not relay-host_enabled
|
||||||
|
|
||||||
- name: "[CONFIG RELAYHOST SMTP] Config relayhost smtp"
|
- name: "[CONFIG RELAYHOST SMTP] Config relayhost smtp"
|
||||||
import_role:
|
import_role:
|
||||||
name: config-relayhost-smtp
|
name: config-relayhost-smtp
|
Loading…
Reference in New Issue