mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use 'path' in file documentation, though src/dest work, it's less intuitive.
This commit is contained in:
parent
7b6f8e485a
commit
8dadf8a905
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@ description:
|
||||||
files/symlinks/directories. Many other modules support the same options as
|
files/symlinks/directories. Many other modules support the same options as
|
||||||
the file module - including M(copy), M(template), and M(assmeble).
|
the file module - including M(copy), M(template), and M(assmeble).
|
||||||
options:
|
options:
|
||||||
dest:
|
path:
|
||||||
description:
|
description:
|
||||||
- defines the file being managed, unless when used with I(state=link), and then sets the destination to create a symbolic link to using I(src)
|
- defines the file being managed, unless when used with I(state=link), and then sets the destination to create a symbolic link to using I(src)
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue