changed syntax

This commit is contained in:
2025-10-01 15:22:11 +02:00
parent a5944c69fa
commit e831be02cc
3 changed files with 12 additions and 10 deletions

View File

@@ -11,12 +11,6 @@
ansible_pull_marker_file: /var/tmp/ansible_pull.last_run
pre_tasks:
- name: pre-run | set global playbook directory fact
set_fact:
ansible_pull_playbook_dir: "{{ playbook_dir }}"
cacheable: true
tags: always
- name: pre-run | get status of marker file
stat:
path: "{{ ansible_pull_marker_file }}"