mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITPLAT-195 setting owner/group for jira-config.properties. It was being copied across as root:root.
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
remote_src: true
|
||||
src: "{{ atl_product_home_shared }}/jira-config.properties"
|
||||
dest: "{{ atl_product_home }}/jira-config.properties"
|
||||
owner: "{{ atl_product_user }}"
|
||||
group: "{{ atl_product_user }}"
|
||||
mode: 0644
|
||||
when: jira_config_properties.stat.exists
|
||||
|
||||
- name: Override JVM memory settings.
|
||||
|
||||
Reference in New Issue
Block a user