Fix project folder deletion

Fix another absolute path reference in containers
This commit is contained in:
Alan Rominger
2020-09-04 07:50:21 -04:00
committed by Shane McDonald
parent 64f45da4d2
commit 9660e27246
2 changed files with 4 additions and 4 deletions

View File

@@ -24,9 +24,7 @@
tasks:
- name: delete project directory before update
file:
path: "{{project_path|quote}}"
state: absent
command: "rm -rf {{project_path}}/*" # volume mounted, cannot delete folder itself
tags:
- delete