From 7a688f9029ae4f1a3de91150071060cd7d7444e8 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:36:58 -0500 Subject: [PATCH] temp removal of cron jobs --- roles/ind/semaphore/semaphore-install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ind/semaphore/semaphore-install.yml b/roles/ind/semaphore/semaphore-install.yml index 6fbedea..cc343f6 100644 --- a/roles/ind/semaphore/semaphore-install.yml +++ b/roles/ind/semaphore/semaphore-install.yml @@ -23,9 +23,9 @@ ansible.builtin.include_tasks: file: ../../lib/setup-restic.yml - - name: Setup Restic Cron jobs - ansible.builtin.include_tasks: - file: ../../lib/setup-restic-cron.yml + #- name: Setup Restic Cron jobs + # ansible.builtin.include_tasks: + # file: ../../lib/setup-restic-cron.yml - name: Install Python Packages