From 4e6a600f5663e3c8d0baea498df844100433197b Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Thu, 1 Sep 2022 09:50:59 +1000 Subject: [PATCH] renaming the mesh.properties file --- 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 7857c7c..c737817 100644 --- a/roles/bitbucket_mesh/tasks/main.yml +++ b/roles/bitbucket_mesh/tasks/main.yml @@ -58,7 +58,7 @@ - name: template out mesh.properties ansible.builtin.template: - src: bitbucket-mesh.properties.j2 + src: mesh.properties.j2 dest: "{{ atl_home_base }}/{{ atl_product_edition }}/mesh.properties" owner: "{{ atl_product_user }}" group: "{{ atl_product_user }}"