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
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).