mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Merge branch 'mattparker-devel' into devel
This commit is contained in:
@@ -38,7 +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.'
|
to find/check the state. The "name" parameter should be unique, and changing the "name" value
|
||||||
|
will result in a new cron task being created (or a different one being removed)'
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|||||||
Reference in New Issue
Block a user