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

(cherry picked from commit dc66aefa40)

Co-authored-by: Alex Groshev <38885591+haddystuff@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-11-01 21:56:54 +01:00
committed by GitHub
parent 4926f15d86
commit 21423ca6a0
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).