1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add default for remote_src to assemble dostrings to avoid confusion

This commit is contained in:
James Tanner 2013-11-12 13:21:49 -05:00
parent 2cf335969f
commit e4c2517e89

View file

@ -65,7 +65,7 @@ options:
remote_src:
description:
- If False, it will search for src at originating/master machine, if True it will
go to the remote/target machine for the src.
go to the remote/target machine for the src. Default is True.
choices: [ "True", "False" ]
required: false
default: "True"