Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set firewalld default zone fails when default_zone not set #12

Open
goniomdq opened this issue Sep 6, 2020 · 1 comment
Open

set firewalld default zone fails when default_zone not set #12

goniomdq opened this issue Sep 6, 2020 · 1 comment
Labels

Comments

@goniomdq
Copy link

goniomdq commented Sep 6, 2020

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:

  1. If default zone isn't 'public' it would be changed to public;
  2. If default zone is 'public', it won't do anything.
@FlatKey FlatKey added the bug label Dec 18, 2020
@FlatKey
Copy link
Owner

FlatKey commented Dec 18, 2020

@goniomdq Thank you for this issue,I'll check and fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants