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

firewalld module missing the target feature due to the migration from community.general #112

Closed
St0rmingBr4in opened this issue Nov 16, 2020 · 0 comments · Fixed by #113
Closed

Comments

@St0rmingBr4in
Copy link

SUMMARY

The firewalld module was moved from community.general to ansible.posix but it seems the target feature that was implemented in community.general was not moved in the process.

The PR that added the target feature in community.general: ansible-collections/community.general#526

The PR that deleted firewalld from community.general: ansible-collections/community.general#623
Note that this PR contains the target feature.

The PR that added firewalld to ansible.posix: #68
Note that this one does not include the target feature.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

firewalld

ANSIBLE VERSION
ansible 2.10.3
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/st0rmingbr4in/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.8/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.8.6 (default, Sep 30 2020, 04:00:38) [GCC 10.2.0]
CONFIGURATION
$ ansible-config dump --only-changed | cat -e
$
OS / ENVIRONMENT

archlinux

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

Successfully merging a pull request may close this issue.

1 participant