fix int options idempotence bug and add new test to check it (#5443)

This commit is contained in:
Alex Groshev 2022-11-01 21:40:17 +01:00 committed by GitHub
commit dc66aefa40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 186 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- nmcli - fix int options idempotence (https://github.com/ansible-collections/community.general/issues/4998).