Browse Source

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
Kenichi Omichi 3 years ago
committed by GitHub
parent
commit
469b3ec525
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/os-services/roles/prepare/tasks/main.yml

2
contrib/os-services/roles/prepare/tasks/main.yml

@ -20,4 +20,4 @@
"'ufw.service' in services"
when:
- disable_service_firewall
- disable_service_firewall is defined and disable_service_firewall
Loading…
Cancel
Save