From a13375e554478514758bb3d5183a737619451d9a Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Thu, 27 Nov 2025 17:04:10 +0100 Subject: [PATCH] use of correct method --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 11ba0dc..2053f61 100644 --- a/local.yml +++ b/local.yml @@ -239,7 +239,7 @@ - name: post-run | update marker file timestamp on successful run file: path: "{{ ansible_pull_marker_file }}" - state: ansible.builtin.touch + state: touch tags: always # - name: send completion alert # include_tasks: playbooks/send_completion_alert.yml