mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITPLAT-387 move logdir creation to somewhere that doesnt break tests and mod the service test
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
---
|
||||
- name: "Ensure startup log dir exists"
|
||||
file:
|
||||
path: "{{ atl_product_installation_current }}/logs"
|
||||
state: directory
|
||||
mode: 0750
|
||||
owner: "{{ atl_product_user }}"
|
||||
group: "{{ atl_product_user }}"
|
||||
changed_when: false # For Molecule idempotence check
|
||||
|
||||
- name: "Install systemd service file"
|
||||
template:
|
||||
src: "product.service.j2"
|
||||
|
||||
Reference in New Issue
Block a user