mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Docs standardization
This commit is contained in:
parent
16c7c50e8f
commit
6b0a547652
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ options:
|
|||
- if C(no), it will not use a proxy, even if one is defined by
|
||||
in an environment variable on the target hosts.
|
||||
required: false
|
||||
default: yes
|
||||
choices: [yes, no]
|
||||
default: 'yes'
|
||||
choices: ['yes', 'no']
|
||||
others:
|
||||
description:
|
||||
- all arguments accepted by the M(file) module also work here
|
||||
|
|
Loading…
Reference in a new issue