From 88928adddb4700d7d94a26312fb0b82966282863 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 17 Jul 2026 18:37:24 +0200 Subject: [PATCH] Remove debug task for displaying cron variables in cron.yml --- roles/common/tasks/cron.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/common/tasks/cron.yml b/roles/common/tasks/cron.yml index 97c491e..c598bc9 100644 --- a/roles/common/tasks/cron.yml +++ b/roles/common/tasks/cron.yml @@ -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: