On a fresh F39 machine, the following base task fails:
base
TASK [base : setup blocklist update cron job] ******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************** Monday 20 November 2023 15:41:31 +0000 (0:00:01.431) 0:05:03.124 ******* Monday 20 November 2023 15:41:31 +0000 (0:00:01.431) 0:05:03.123 ******* fatal: [copr-be-dev-temp.aws.fedoraproject.org]: FAILED! => {"changed": false, "msg": "Failed to find required executable \"crontab\" in paths: /root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin"}
It seems like cronie is not installed !! Did you check the existence of package ??
cronie
At least it can be installed with https://pagure.io/fedora-infra/ansible/blob/main/f/roles/copr/base/tasks/main.yml
Don't have permission, could you try to run copr role ?
copr
Can confirm that on a fresh Fedora 39 AMI crontab is not installed as it is part of cronie.
crontab
[fedora@ip-172-31-24-38 ~]$ crontab -bash: crontab: command not found
#1652 should fix ths.
Thank you for the fix!
Metadata Update from @praiskup: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)