ITPLAT-387 move logdir creation to somewhere that doesnt break tests and mod the service test

This commit is contained in:
Brett Meehan
2020-12-31 12:20:09 +11:00
parent 75c905fe7d
commit d270cb75cb
3 changed files with 2 additions and 10 deletions

View File

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