mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 13:07:19 +00:00
nmcli: fix misspelled option in example (#10075)
Fix misspelled option.
(cherry picked from commit d89a0bbc0e)
This commit is contained in:
parent
3c86bb9cda
commit
844e3a581c
1 changed files with 1 additions and 1 deletions
|
|
@ -1335,7 +1335,7 @@ EXAMPLES = r'''
|
|||
community.general.nmcli:
|
||||
conn_name: my-eth1
|
||||
state: up
|
||||
reload: true
|
||||
conn_reload: true
|
||||
|
||||
- name: Add second ip4 address
|
||||
community.general.nmcli:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue