Hey folks,
we recently performed an Upgrade of Ansible, or to be more specific an upgrade of AWX.
We went from AWX 17 to AWX 19.2.0 which also updated the Ansible version
After the Upgrade we get the following fatal error for every job about configuring cron:
“Will not manage /etc/crontab via cron_file, see documentation.”
This is a configuration we get the error with:
- name: Remove specific cronjob
ansible.builtin.cron:
name: “specific cronjob”
user: “root”
cron_file: “/etc/crontab”
job: “some command &>/dev/null”
state: absent
We checked the documentation but our configuration seems to be okay, also it worked in the previous version.
Has anyone experienced this or has a guess what’s going on?
Regards
Michael