mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
removing the jmx parameters by default
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
register: mesh_extract
|
||||
when:
|
||||
- maven_download.changed | bool
|
||||
- not maven_download.failed
|
||||
|
||||
# the owner/group on the unarchive above isn't thorough
|
||||
- name: adjust permissions on the extracted directory
|
||||
@@ -56,11 +55,3 @@
|
||||
state: link
|
||||
when:
|
||||
- mesh_extract.changed | bool
|
||||
|
||||
- name: touch the jmx password file
|
||||
ansible.builtin.file:
|
||||
path: "{{ atl_home_base }}/{{ atl_product_edition }}/jmx.access"
|
||||
state: touch
|
||||
owner: "{{ atl_product_user_uid }}"
|
||||
group: "{{ atl_product_user_uid }}"
|
||||
mode: 0600
|
||||
Reference in New Issue
Block a user