adding mesh.properties and handlers

This commit is contained in:
Geoff Jacobs
2022-09-01 09:43:26 +10:00
parent c481e9dd05
commit cfa4debc7e
3 changed files with 37 additions and 0 deletions

View File

@@ -55,3 +55,11 @@
state: link
when:
- mesh_extract.changed | bool
- name: template out mesh.properties
ansible.builtin.template:
src: bitbucket-mesh.properties.j2
dest: "{{ atl_home_base }}/{{ atl_product_edition }}/mesh.properties"
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
mode: 0600