changed syntax
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user