1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixing problem causing docs not to build

This commit is contained in:
Ben Podoll 2013-08-12 12:17:34 -05:00
parent 13bef3579f
commit 3e32654f9d

View file

@ -39,7 +39,7 @@ description:
options:
path:
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). Aliases: I(dest), I(name)
- '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
default: []
aliases: ['dest', 'name']