1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

nmcli idempotency connection check (#11114)

* nmcli idempotency connection check

* Changelog fragment and ruff reformat

* Fix : change error handling

* Remove odd conditions

* Refactor nmcli: fix error handling and remove redundant logic

* Fix code format

* Fix error message to handle
This commit is contained in:
Seddik Alaoui Ismaili 2026-01-20 22:08:47 +01:00 committed by GitHub
parent 9611dc258a
commit a8378a4eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 65 additions and 18 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- nmcli - add idempotency check (https://github.com/ansible-collections/community.general/pull/11114).