Remove debug task for displaying cron variables in cron.yml
This commit is contained in:
@@ -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
|
- name: (cron.yml) Define candidate paths for root crontab PATH
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
cron_root_path_candidates:
|
cron_root_path_candidates:
|
||||||
|
|||||||
Reference in New Issue
Block a user