mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
[PR #8897/d4fb6bf8 backport][stable-9] nmcli: conn_reload param and up/down states (#8975)
nmcli: conn_reload param and up/down states (#8897)
* Update nmcli module
* Update nmcli state
* Update test_nmcli
* Add CHANGELOG fragment
* PR Fixes
* Fix DOCUMENTATION block
(cherry picked from commit d4fb6bf8a6
)
Co-authored-by: alexander <79072457+abakanovskii@users.noreply.github.com>
This commit is contained in:
parent
566ec0a002
commit
9b4decd831
3 changed files with 63 additions and 2 deletions
|
@ -4251,6 +4251,7 @@ def test_bond_connection_unchanged(mocked_generic_connection_diff_check, capfd):
|
|||
autoconnect=dict(type='bool', default=True),
|
||||
state=dict(type='str', required=True, choices=['absent', 'present']),
|
||||
conn_name=dict(type='str', required=True),
|
||||
conn_reload=dict(type='bool', required=False, default=False),
|
||||
master=dict(type='str'),
|
||||
slave_type=dict(type=str, choices=['bond', 'bridge', 'team']),
|
||||
ifname=dict(type='str'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue