Remove debug task for displaying cron variables in cron.yml

This commit is contained in:
2026-07-17 18:37:24 +02:00
parent ef7c88f64d
commit 88928adddb
-11
View File
@@ -1,15 +1,4 @@
---
- name: (cron.yml) Debug - Show cron variables
ansible.builtin.debug:
msg: |
inventory_hostname: {{ inventory_hostname }}
ansible_host: {{ ansible_host | default('not set') }}
cron_env_entries: {{ cron_env_entries | default([]) }}
cron_user_special_time_entries: {{ cron_user_special_time_entries | default([]) }}
cron_user_entries: {{ cron_user_entries | default([]) }}
tags:
- user_crontab
- name: (cron.yml) Define candidate paths for root crontab PATH
ansible.builtin.set_fact:
cron_root_path_candidates: