diff --git a/lib/ansible/modules/extras/system/firewalld.py b/lib/ansible/modules/extras/system/firewalld.py index 89fc0599e8a..012275bf1bf 100644 --- a/lib/ansible/modules/extras/system/firewalld.py +++ b/lib/ansible/modules/extras/system/firewalld.py @@ -56,7 +56,8 @@ options: permanent: description: - "Should this configuration be in the running firewalld configuration or persist across reboots." - required: true + required: false + default: null immediate: description: - "Should this configuration be applied immediately, if set as permanent"