mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-09 23:54:21 -07:00
nmcli: Fix change detection for Wi-Fi security options (#3136)
* Fixed `wifi_sec` option changes are not detected Also updated `docs` URL and formatting to match that of the `wifi` option * Removed extraneous `appends` to `cmd` in `connection_update` These really should have only been added to `connection_options` whose return values get `extended` onto `cmd`
This commit is contained in:
parent
da11a98cb7
commit
6bfa6e40f4
3 changed files with 66 additions and 20 deletions
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- nmcli - add ``wifi-sec`` option change detection to support managing secure Wi-Fi connections
|
||||
(https://github.com/ansible-collections/community.general/pull/3136).
|
Loading…
Add table
Add a link
Reference in a new issue