Commit d7469218 by James Cammarata

Merge pull request #8126 from dingus9/patch-1

Update lineinfile validate help
parents 02a6d522 d1ebf7fc
......@@ -112,8 +112,10 @@ options:
validate:
required: false
description:
- validation to run before copying into place. The command is passed
securely so shell features like expansion and pipes won't work.
- validation to run before copying into place.
Use %s in the command to indicate the current file to validate.
The command is passed securely so shell features like
expansion and pipes won't work.
required: false
default: None
version_added: "1.4"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment