mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
12 lines
258 B
YAML
12 lines
258 B
YAML
---
|
|
- name: "Install systemd service file"
|
|
template:
|
|
src: "product.service.j2"
|
|
dest: "{{ atl_systemd_service_dir }}/{{ atl_systemd_service_name }}"
|
|
owner: root
|
|
group: root
|
|
mode: 0640
|
|
notify:
|
|
- Enable Product
|
|
- Restart Product
|