Files
dc-deployments-automation/roles/product_startup/tasks/main.yml
2019-07-01 15:02:10 +00:00

10 lines
205 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