mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Documentation simplification for git module parameter
This commit is contained in:
parent
a320c02c81
commit
fbdb10d8a5
1 changed files with 1 additions and 3 deletions
|
@ -101,9 +101,7 @@ options:
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
description:
|
description:
|
||||||
- If C(yes), repository will be updated using the supplied
|
- If C(no), just returns information about the repository without updating.
|
||||||
remote. Otherwise the repo will be left untouched.
|
|
||||||
Prior to 1.2, this was always 'yes' and could not be disabled.
|
|
||||||
executable:
|
executable:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue