From 1cdfd4fd464eb25fb425a6fda21ac4c1b458ad3b Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Thu, 15 Sep 2022 13:26:08 +1000 Subject: [PATCH] removing the template of mesh.properties for now --- roles/bitbucket_mesh/tasks/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/bitbucket_mesh/tasks/main.yml b/roles/bitbucket_mesh/tasks/main.yml index 8934f16..c9b3e77 100644 --- a/roles/bitbucket_mesh/tasks/main.yml +++ b/roles/bitbucket_mesh/tasks/main.yml @@ -64,10 +64,10 @@ group: "{{ atl_product_user_uid }}" mode: 0600 -- name: template out mesh.properties - ansible.builtin.template: - src: mesh.properties.j2 - dest: "{{ atl_home_base }}/{{ atl_product_edition }}/mesh.properties" - owner: "{{ atl_product_user }}" - group: "{{ atl_product_user }}" - mode: 0600 \ No newline at end of file +# - name: template out mesh.properties +# ansible.builtin.template: +# src: mesh.properties.j2 +# dest: "{{ atl_home_base }}/{{ atl_product_edition }}/mesh.properties" +# owner: "{{ atl_product_user }}" +# group: "{{ atl_product_user }}" +# mode: 0600 \ No newline at end of file