mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 22:09:08 -07:00
Clean up nmcli docs (#33596)
This patch cleans up the documentation for `nmcli` module.
This commit is contained in:
parent
425537861a
commit
666692069d
1 changed files with 33 additions and 32 deletions
|
@ -465,9 +465,10 @@ EXAMPLES='''
|
|||
type: ethernet
|
||||
state: present
|
||||
|
||||
# Exit Status's:
|
||||
# - nmcli exits with status 0 if it succeeds, a value greater than 0 is
|
||||
# returned if an error occurs.
|
||||
# nmcli exits with status 0 if it succeeds and exits with a status greater
|
||||
# than zero when there is a failure. The following list of status codes may be
|
||||
# returned:
|
||||
#
|
||||
# - 0 Success - indicates the operation succeeded
|
||||
# - 1 Unknown or unspecified error
|
||||
# - 2 Invalid user input, wrong nmcli invocation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue