1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Luca Berruti 2016-02-03 16:57:06 +01:00 committed by Matt Clay
parent 66c83fc788
commit feb309e3cf

View file

@ -586,7 +586,7 @@ def main():
if job is None and do_install:
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")
if reboot: