cleanup.yml 100 B

123456
  1. ---
  2. - name: cleanup temp files
  3. file:
  4. path: "{{ stack_template_pre.path }}"
  5. state: absent