nmcli: Add support for additional Wi-Fi network options (#3081) (#3142)

* nmcli: Add support for additional Wi-Fi network options

* Added `changelog fragment`

* Update changelogs/fragments/3081-add-wifi-option-to-nmcli-module.yml

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
(cherry picked from commit 857d2eee50)

Co-authored-by: David Hummel <6109326+hummeltech@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2021-08-04 08:30:19 +02:00 committed by GitHub
commit 1349d38c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 93 additions and 1 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- nmcli - add ``wifi`` option to support managing Wi-Fi settings such as ``hidden`` or ``mode``
(https://github.com/ansible-collections/community.general/pull/3081).