mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix synchronize docs to indicate the correct default for use_ssh_args
This commit is contained in:
parent
9e0aef8ea2
commit
e4a88eeebe
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ options:
|
||||||
use_ssh_args:
|
use_ssh_args:
|
||||||
description:
|
description:
|
||||||
- Use the ssh_args specified in ansible.cfg
|
- Use the ssh_args specified in ansible.cfg
|
||||||
default: "yes"
|
default: "no"
|
||||||
choices:
|
choices:
|
||||||
- "yes"
|
- "yes"
|
||||||
- "no"
|
- "no"
|
||||||
|
|
Loading…
Reference in a new issue