You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set firewalld default zone fails when default_zone not set because of the conditional:
when: defaultzone.stdout != default_zone
I suggest removing the conditional altogether, as well as task "get actual firewalld default zone", since removing these would produce the same effect:
If default zone isn't 'public' it would be changed to public;
If default zone is 'public', it won't do anything.
The text was updated successfully, but these errors were encountered:
set firewalld default zone fails when default_zone not set because of the conditional:
when: defaultzone.stdout != default_zone
I suggest removing the conditional altogether, as well as task "get actual firewalld default zone", since removing these would produce the same effect:
The text was updated successfully, but these errors were encountered: