Clarify behaviour when state=present and no name is given (#3904)

reviewable/pr18780/r1
Thomas Quinot 10 years ago committed by Brian Coca
parent 08f531f92e
commit 00fb13010c

@ -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…
Cancel
Save