From 6b88b7c97eaffc96bfa05126e84c1dcd8e35a38f Mon Sep 17 00:00:00 2001 From: Frank Dornheim <524257+conloos@users.noreply.github.com> Date: Sat, 18 Mar 2023 14:56:41 +0100 Subject: [PATCH] remove debug --- tasks/noauto_create_timer_systemd.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/noauto_create_timer_systemd.yml b/tasks/noauto_create_timer_systemd.yml index 52b284b..b505ae4 100644 --- a/tasks/noauto_create_timer_systemd.yml +++ b/tasks/noauto_create_timer_systemd.yml @@ -21,10 +21,6 @@ - name: Populate service facts ansible.builtin.service_facts: - - name: Print service facts - ansible.builtin.debug: - var: ansible_facts.services - # If the role is running and the repo is not yet initialized, an error will occur. # Therefore the service is stopped by default and must be started manually. - name: Stop fresh installed borgmatic.timer and borgmatic.service