- name: clear local tmp/ directory where we fetch shadow configs ORCHARD,VAPI
  file:
      state: absent
      path: "{{ playbook_dir }}/tmp"
  delegate_to: localhost
