mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 18:05:27 -07:00
nmcli: Fix yaml formatting
This commit is contained in:
parent
7bbc0bfee7
commit
ed1a42cc83
2 changed files with 3 additions and 3 deletions
|
@ -704,7 +704,7 @@ options:
|
|||
asked to retrieve it
|
||||
C(2) I(NOT_SAVED): This secret should not be saved, but should be requested from the user each time it is needed
|
||||
C(4) I(NOT_REQUIRED): In situations where it cannot be automatically determined that the secret is required
|
||||
(some VPNs and PPP providers don't require all secrets) this flag indicates that the specific secret is not required'
|
||||
(some VPNs and PPP providers do not require all secrets) this flag indicates that the specific secret is not required'
|
||||
type: int
|
||||
choices: [ 0, 1, 2 , 4 ]
|
||||
default: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue