From c29e05abdd8857515d9e11b45411ef038bdf3220 Mon Sep 17 00:00:00 2001 From: Alan Cheng Date: Fri, 25 Aug 2023 12:14:11 +1000 Subject: [PATCH] ITPLT-3227 avoid ansible hanging attempting to chown mesh application files --- roles/bitbucket_mesh/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bitbucket_mesh/tasks/main.yml b/roles/bitbucket_mesh/tasks/main.yml index c9b3e77..5de31ba 100644 --- a/roles/bitbucket_mesh/tasks/main.yml +++ b/roles/bitbucket_mesh/tasks/main.yml @@ -7,7 +7,7 @@ group: "{{ atl_product_user_uid }}" mode: 0750 state: directory - recurse: yes + recurse: no with_items: - "{{ atl_home_base }}/{{ atl_product_edition }}" - "{{ atl_home_base }}/{{ atl_product_user }}"