nmcli: Fix change detection for Wi-Fi security options (#3136) (#3166)

* 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`

(cherry picked from commit 6bfa6e40f4)

Co-authored-by: David Hummel <6109326+hummeltech@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2021-08-07 15:39:34 +02:00 committed by GitHub
commit 67640e5431
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).