From e435c71c1627b5d6c8f778bcc1d525734c5dfb23 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Tue, 19 Feb 2019 21:52:10 +0100 Subject: [PATCH] validate: Clean up parameter types (#52521) This PR includes: - Parameter types added - Copyright format fixes - Short license statement This breaks out PR #52182 --- lib/ansible/plugins/doc_fragments/validate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/doc_fragments/validate.py b/lib/ansible/plugins/doc_fragments/validate.py index 4b5d852a89..24c1aa4c74 100644 --- a/lib/ansible/plugins/doc_fragments/validate.py +++ b/lib/ansible/plugins/doc_fragments/validate.py @@ -13,4 +13,5 @@ options: - 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 examples below. - The command is passed securely so shell features like expansion and pipes will not work. + type: str '''