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