mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
10 lines
202 B
YAML
10 lines
202 B
YAML
---
|
|
|
|
- name: "Install systemd service file"
|
|
template:
|
|
src: "product.service.j2"
|
|
dest: "/etc/systemd/system/{{ atl_systemd_service_name }}"
|
|
notify:
|
|
- Enable Product
|
|
- Restart Product
|