mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change example to include ethernet as the type.
This commit is contained in:
parent
7a1284fe70
commit
58aa9d38b8
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ tenant_ip: "192.168.200.21/23"
|
|||
- nmcli: ctype=ethernet name=my-eth1 ifname="*" state=present
|
||||
|
||||
# To change the property of a setting e.g. MTU, issue a command as follows:
|
||||
- nmcli: conn_name=my-eth1 mtu=9000 state=present
|
||||
- nmcli: conn_name=my-eth1 mtu=9000 type=ethernet state=present
|
||||
|
||||
Exit Status's:
|
||||
- nmcli exits with status 0 if it succeeds, a value greater than 0 is
|
||||
|
|
Loading…
Reference in a new issue