Merge pull request #7954 from alimony/patch-3
cron module: Use correct parameter name in error message.
This commit is contained in:
commit
caba7ac6a6
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ def main():
|
|||
|
||||
if cron_file and do_install:
|
||||
if not user:
|
||||
module.fail_json(msg="To use file=... parameter you must specify user=... as well")
|
||||
module.fail_json(msg="To use cron_file=... parameter you must specify user=... as well")
|
||||
|
||||
if reboot and special_time:
|
||||
module.fail_json(msg="reboot and special_time are mutually exclusive")
|
||||
|
|
Loading…
Reference in a new issue