nmcli: Fix documentation example (#515)
Migrated from https://github.com/ansible/ansible/pull/68259 This is based upon the work done by https://github.com/cdomingos Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/519/head
parent
2aaab59d04
commit
58eba98de9
|
@ -445,12 +445,12 @@ EXAMPLES = r'''
|
|||
|
||||
- name: Add an Ethernet connection with static IP configuration
|
||||
nmcli:
|
||||
conn_name: my-eth1
|
||||
ifname: eth1
|
||||
type: ethernet
|
||||
ip4: 192.0.2.100/24
|
||||
gw4: 192.0.2.1
|
||||
state: present
|
||||
conn_name: my-eth1
|
||||
ifname: eth1
|
||||
type: ethernet
|
||||
ip4: 192.0.2.100/24
|
||||
gw4: 192.0.2.1
|
||||
state: present
|
||||
|
||||
- name: Add an Team connection with static IP configuration
|
||||
nmcli:
|
||||
|
|
Loading…
Reference in New Issue