--- - name: "Customize PATH variable of root crontab" ansible.builtin.cron: name: PATH env: true value: "{{ cron_root_path }}" tags: - cron