Typo.
This commit is contained in:
parent
933a44ba78
commit
d820be81e5
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ def main():
|
||||||
if job is None and do_install:
|
if job is None and do_install:
|
||||||
module.fail_json(msg="You must specify 'job' to install a new cron job or variable")
|
module.fail_json(msg="You must specify 'job' to install a new cron job or variable")
|
||||||
|
|
||||||
if (insertafter or insertafter) and not env and do_install:
|
if (insertafter or insertbefore) and not env and do_install:
|
||||||
module.fail_json(msg="Insertafter and insertbefore parameters are valid only with env=yes")
|
module.fail_json(msg="Insertafter and insertbefore parameters are valid only with env=yes")
|
||||||
|
|
||||||
if reboot:
|
if reboot:
|
||||||
|
|
Loading…
Add table
Reference in a new issue