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