use of correct method

This commit is contained in:
2025-11-27 17:04:10 +01:00
parent 2b733e3e11
commit a13375e554

View File

@@ -239,7 +239,7 @@
- name: post-run | update marker file timestamp on successful run - name: post-run | update marker file timestamp on successful run
file: file:
path: "{{ ansible_pull_marker_file }}" path: "{{ ansible_pull_marker_file }}"
state: ansible.builtin.touch state: touch
tags: always tags: always
# - name: send completion alert # - name: send completion alert
# include_tasks: playbooks/send_completion_alert.yml # include_tasks: playbooks/send_completion_alert.yml