mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
adding a little more info to the 'path' param so it's clear there are aliases (which are used in other examples) to avoid confusion
This commit is contained in:
@@ -39,7 +39,7 @@ description:
|
|||||||
options:
|
options:
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
- 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). Aliases: I(dest), I(name)
|
||||||
required: true
|
required: true
|
||||||
default: []
|
default: []
|
||||||
aliases: ['dest', 'name']
|
aliases: ['dest', 'name']
|
||||||
|
|||||||
Reference in New Issue
Block a user