mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Remove the cache when delete-on-update is set
This commit is contained in:
committed by
AlanCoding
parent
85ec3dd5c4
commit
72848fa097
@@ -30,6 +30,13 @@
|
|||||||
tags:
|
tags:
|
||||||
- delete
|
- delete
|
||||||
|
|
||||||
|
- name: delete project cache directory before update
|
||||||
|
file:
|
||||||
|
path: "{{project_cache|quote}}"
|
||||||
|
state: absent
|
||||||
|
tags:
|
||||||
|
- delete
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: update project using git
|
- name: update project using git
|
||||||
git:
|
git:
|
||||||
|
|||||||
Reference in New Issue
Block a user