Open silveraignacio opened 2 years ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @alcamie101 click here for bot help
Since you are using Ansible 2.9 (which is EOL btw, please upgrade to a newer version!) and you are not using a FQCN to call the module, you are very likely using the module nmcli
included with Ansible 2.9, and not the one from community.general.
Also please note that community.general 5.3.0 does not support Ansible 2.9 anymore.
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
Summary
I was using nmcli module when I detect that one of the options that is already documented, is not working. The option is here: https://docs.ansible.com/ansible/latest/collections/community/general/nmcli_module.html#parameter-dns4_ignore_auto
But when I tried to use it on my playbook I got the following error:
I'm using version 5.3.0 from community.general as you can see
Issue Type
Bug Report
Component Name
nmcli
Ansible Version
Community.general Version
Configuration
OS / Environment
Fedora 35
Steps to Reproduce
Expected Results
Ignore ipv4 auto DNS should be set to true
Actual Results
Code of Conduct