Merge branch 'fetch' of https://github.com/bpennypacker/ansible into bpennypacker-fetch
This commit is contained in:
commit
875eddc320
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ options:
|
||||||
required: false
|
required: false
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
default: "no"
|
default: "no"
|
||||||
|
validate_md5:
|
||||||
|
version_added: "1.3"
|
||||||
|
description:
|
||||||
|
- Verify that the source and destination md5sums match after the files are fetched.
|
||||||
|
required: false
|
||||||
|
choices: [ "yes", "no" ]
|
||||||
|
default: "yes"
|
||||||
flat:
|
flat:
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue