Add definition check of disable_service_firewall (#7995)
When not specifying disable_service_firewall, the task is failed. This adds the definition check.
This commit is contained in:
@ -20,4 +20,4 @@
|
||||
"'ufw.service' in services"
|
||||
|
||||
when:
|
||||
- disable_service_firewall
|
||||
- disable_service_firewall is defined and disable_service_firewall
|
||||
|
Reference in New Issue
Block a user