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:
David Hummel 2021-08-07 06:20:44 -07:00 committed by GitHub
commit 6bfa6e40f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 20 deletions

View file

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