Description
Add New or Manage Existing Cron Job
ansible -m cron -a "name=something hour=4 job=/path/to/script.sh"
Delete a Cron Job
ansible -i inventory multi -b -m cron -a "name=something hour=4 job=/path/to/script.sh state=absent"
ansible -m cron -a "name=something hour=4 job=/path/to/script.sh"
ansible -i inventory multi -b -m cron -a "name=something hour=4 job=/path/to/script.sh state=absent"