From a88bcaa5f1d8f8cf8ea05dd664aed9164da7ab03 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Tue, 4 Feb 2025 10:47:57 +0100 Subject: [PATCH] Fix ansible check mode --- tasks/epics_setup.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/epics_setup.yaml b/tasks/epics_setup.yaml index 58d5055..f174364 100644 --- a/tasks/epics_setup.yaml +++ b/tasks/epics_setup.yaml @@ -23,6 +23,7 @@ name: "{{ service_name }}.service" state: started daemon_reload: true + when: not ansible_check_mode - name: Create systemd timer file ansible.builtin.copy: @@ -44,3 +45,4 @@ enabled: yes state: started daemon_reload: true + when: not ansible_check_mode