mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
bumped to 1.7
This commit is contained in:
@@ -30,7 +30,7 @@ options:
|
|||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- If C(directory), all immediate subdirectories will be created if they
|
- If C(directory), all immediate subdirectories will be created if they
|
||||||
do not exist, since 1.6 they will be created with the supplied permissions.
|
do not exist, since 1.7 they will be created with the supplied permissions.
|
||||||
If C(file), the file will NOT be created if it does not exist, see the M(copy)
|
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(link), the symbolic
|
or M(template) module if you want that behavior. If C(link), the symbolic
|
||||||
link will be created or changed. Use C(hard) for hardlinks. If C(absent),
|
link will be created or changed. Use C(hard) for hardlinks. If C(absent),
|
||||||
|
|||||||
Reference in New Issue
Block a user