Juan Hernandez
Juan Hernandez
@roverflow has fixed been publish for me to test yet? According to the below, the latest collection version is 8.0.0 which was last updated a month ago. https://galaxy.ansible.com/ui/repo/published/cisco/ios/
Okay I installed it via the repo like this: ansible-galaxy collection install git+https://github.com/ansible-collections/cisco.ios.git I no longer get the error but it is also not idempotent and looks like a change...
@roverflow Below is the full output: ``` TASK [SNMP] ************************************************************************************************************************************task path: /projects/dmz_configuration_automation/test/test.yml:37 changed: [npdzart03] => { "after": { "groups": [ { "acl_v4": "snmpv3-acl", "group": "test_group_name", "read": "v3read", "version": "v3", "version_option":...
@roverflow I do not like that. A module should be able to detect if the config already exists or is required to make a change. If it's not idempotent than...
> "snmp-server host 10.1.1.1 vrf Mgmt-intf version 3 priv test_user" @roverflow What about the "snmp-server host 10.1.1.1 vrf Mgmt-intf version 3 priv test_user" command? Why is this not idempotent? this...
@roverflow Can you reopen the issue? "snmp-server host 10.1.1.1 vrf Mgmt-intf version 3 priv test_user" works now but isnt idempotent when it should be as this isnt using passwords/secrets in...