mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-17 10:25:27 -07:00
Update lineinfile
This commit is contained in:
parent
4be891f68c
commit
d1ebf7fcf1
1 changed files with 4 additions and 2 deletions
|
@ -112,8 +112,10 @@ options:
|
||||||
validate:
|
validate:
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
- validation to run before copying into place. The command is passed
|
- validation to run before copying into place.
|
||||||
securely so shell features like expansion and pipes won't work.
|
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
|
required: false
|
||||||
default: None
|
default: None
|
||||||
version_added: "1.4"
|
version_added: "1.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue