c6ac9de67b
* Only remove crontabs if they are empty * Add integration test to ensure system cron tab doesn't get removed. Increase cron integration tests separation. * Also detect crontab which only contains whitespace as empty. * cron integration test: Adjust system crontab path to be distribution specific. Co-authored-by: Fabian Klemp <fabian.klemp@elara-gmbh.de>
3 lines
139 B
YAML
3 lines
139 B
YAML
bugfixes:
|
|
- ansible.builtin.cron - Keep non-empty crontabs, when removing cron jobs
|
|
(https://github.com/ansible/ansible/pull/74497).
|