Tweaking change to documentation language for cron name param
This commit is contained in:
parent
509761249c
commit
c8376e296f
1 changed files with 2 additions and 3 deletions
|
@ -38,9 +38,8 @@ description:
|
||||||
crontab entries, update, or delete them.
|
crontab entries, update, or delete them.
|
||||||
- 'The module includes one line with the description of the crontab entry C("#Ansible: <name>")
|
- 'The module includes one line with the description of the crontab entry C("#Ansible: <name>")
|
||||||
corresponding to the "name" passed to the module, which is used by future ansible/module calls
|
corresponding to the "name" passed to the module, which is used by future ansible/module calls
|
||||||
to find/check the state. The "name" parameter is therefore quite important: it should be
|
to find/check the state. The "name" parameter should be unique, and changing the "name" value
|
||||||
unique, and changing the "name" value will result in a new cron task being created (or a
|
will result in a new cron task being created (or a different one being removed)'
|
||||||
different one being removed). In other words, don't change it.'
|
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue