mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Merge pull request #4421 from jkleckner/copy-module-validate-doc
Add detail to copy module validate argument
This commit is contained in:
@@ -65,7 +65,8 @@ options:
|
||||
aliases: [ "thirsty" ]
|
||||
validate:
|
||||
description:
|
||||
- validation to run before copying into place
|
||||
- The validation command to run before copying into place. The path to the file to
|
||||
validate is passed in via '%s' which must be present as in the visudo example below.
|
||||
required: false
|
||||
default: ""
|
||||
version_added: "1.2"
|
||||
|
||||
Reference in New Issue
Block a user