-
Notifications
You must be signed in to change notification settings - Fork 109
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
cisco.nxos.nxos_snmp_server - password breaks idempotency #801
Comments
@jorgenspange I think this is behaving as expected. NX-OS converts
The The solution here is to run a task with Hope that helps! |
@NilashishC Yes, that's for sure what is happening. But for instance cisco.ios.ios_snmp_server has the same challenge, but that does not apply the password as long as the users is provisioned, therefore the idempotency is still intact. Would it be possible to do something similar here? Maybe you could have a force_update: boolean to deal with this somehow. |
@jorgenspange The behavior in cisco.ios is wrong. We would push a patch to fix it.
Redacted output -
I see this enhancement went in with the PR |
CC @roverflow This would need fix in cisco.ios ^ |
SUMMARY
Idemptoncy breaks when you apply password in clear text.
ISSUE TYPE
COMPONENT NAME
cisco.nxos.nxos_snmp_server
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Macbook Pro 2021 M1
STEPS TO REPRODUCE
EXPECTED RESULTS
When you apply multiple times it should not have state changed.
ACTUAL RESULTS
When applying this it multiple times it does a change everytime because it's reapplying the password:
(yes the password meets the requirements and is applied, just washed it away here)
The text was updated successfully, but these errors were encountered: