mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Fix project folder deletion
Fix another absolute path reference in containers
This commit is contained in:
committed by
Shane McDonald
parent
64f45da4d2
commit
9660e27246
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user