Add newline in description of win_file.state (#67427)
This commit is contained in:
parent
ed4fccb308
commit
33d5c68887
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ options:
|
|||
- If C(directory), all immediate subdirectories will be created if they
|
||||
do not exist.
|
||||
- If C(file), the file will NOT be created if it does not exist, see the M(copy)
|
||||
or M(template) module if you want that behavior. If C(absent),
|
||||
directories will be recursively deleted, and files will be removed.
|
||||
or M(template) module if you want that behavior.
|
||||
- If C(absent), directories will be recursively deleted, and files will be removed.
|
||||
- If C(touch), an empty file will be created if the C(path) does not
|
||||
exist, while an existing file or directory will receive updated file access and
|
||||
modification times (similar to the way C(touch) works from the command line).
|
||||
|
|
Loading…
Add table
Reference in a new issue