From 015fc29c1c0179d047f0653c0da0c2d61f06db69 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Sat, 12 Dec 2020 22:48:21 -0500 Subject: [PATCH] Fix another svn issue due to pre-existing folder --- awx/playbooks/project_update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index 664f189a28..e00bed4249 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -55,6 +55,8 @@ force: "{{scm_clean}}" username: "{{scm_username|default(omit)}}" password: "{{scm_password|default(omit)}}" + # must be in_place because folder pre-existing, because it is mounted + in_place: true environment: LC_ALL: 'en_US.UTF-8' register: svn_result