mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Merge pull request #3221 from sergevanginderachter/filedocfix
docfix on file module, aliases for path parameter
This commit is contained in:
commit
0bd5fe9951
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ options:
|
||||||
- defines the file being managed, unless when used with C(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 C(state=link), and then sets the destination to create a symbolic link to using I(src)
|
||||||
required: true
|
required: true
|
||||||
default: []
|
default: []
|
||||||
aliases: []
|
aliases: ['dest', 'name']
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue