removing the jmx parameters by default

This commit is contained in:
Geoff Jacobs
2022-09-01 09:20:12 +10:00
parent b16d16a0fc
commit c481e9dd05
2 changed files with 1 additions and 12 deletions

View File

@@ -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