mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Clarify behaviour when state=present and no name is given (#3904)
This commit is contained in:
parent
9387c1b758
commit
0bd32c3465
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Description of a crontab entry or, if env is set, the name of environment variable.
|
- Description of a crontab entry or, if env is set, the name of environment variable.
|
||||||
Required if state=absent
|
Required if state=absent. Note that if name is not set and state=present, then a
|
||||||
|
new crontab entry will always be created, regardless of existing ones.
|
||||||
default: null
|
default: null
|
||||||
required: false
|
required: false
|
||||||
user:
|
user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue