1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Merge branch 'fetch' of https://github.com/bpennypacker/ansible into bpennypacker-fetch

This commit is contained in:
James Cammarata 2013-09-16 05:39:48 -05:00
commit d9cf1dfefb
2 changed files with 12 additions and 3 deletions

View file

@ -34,6 +34,13 @@ options:
required: false
choices: [ "yes", "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:
version_added: "1.2"
description: