mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
nmcli: fix misspelled option in example (#10075)
Fix misspelled option.
This commit is contained in:
@@ -1392,7 +1392,7 @@ EXAMPLES = r"""
|
|||||||
community.general.nmcli:
|
community.general.nmcli:
|
||||||
conn_name: my-eth1
|
conn_name: my-eth1
|
||||||
state: up
|
state: up
|
||||||
reload: true
|
conn_reload: true
|
||||||
|
|
||||||
- name: Add second ip4 address
|
- name: Add second ip4 address
|
||||||
community.general.nmcli:
|
community.general.nmcli:
|
||||||
|
|||||||
Reference in New Issue
Block a user