mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITPLAT-387 ensure service log dir exists
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
---
|
---
|
||||||
|
- 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"
|
- name: "Install systemd service file"
|
||||||
template:
|
template:
|
||||||
|
|||||||
Reference in New Issue
Block a user