Add definition check of disable_service_firewall (#7995)
When not specifying disable_service_firewall, the task is failed. This adds the definition check.pull/7717/head
parent
22017b7ff0
commit
469b3ec525
|
@ -20,4 +20,4 @@
|
||||||
"'ufw.service' in services"
|
"'ufw.service' in services"
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- disable_service_firewall
|
- disable_service_firewall is defined and disable_service_firewall
|
||||||
|
|
Loading…
Reference in New Issue