relocating the jmx access file

This commit is contained in:
Geoff Jacobs
2022-08-31 14:22:40 +10:00
parent 1992ab0725
commit 88d9f4c4fe
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
- name: touch the jmx password file
ansible.builtin.file:
src: '/var/atlassian/application-data/jmx/jmx.access'
path: "{{ atl_home_base }}/{{ atl_product_edition }}/jmx.access"
state: touch
owner: "{{ atl_product_user_uid }}"
group: "{{ atl_product_user_uid }}"