mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 15:37:38 +00:00
[PR #10075/d89a0bbc backport][stable-10] nmcli: fix misspelled option in example (#10084)
nmcli: fix misspelled option in example (#10075)
Fix misspelled option.
(cherry picked from commit d89a0bbc0e)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
aeb668a645
commit
ca478eb38d
1 changed files with 1 additions and 1 deletions
|
|
@ -1392,7 +1392,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