Build docker image from DCD

This commit is contained in:
asulthana
2019-07-01 09:03:35 +00:00
parent f86f7d52f2
commit 0693c757cd
2 changed files with 3 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
---
- name: Restart Product
service:
systemd:
name: "{{ atl_systemd_service_name }}"
state: restarted
when: atl_startup_restart
- name: Enable Product
service:
systemd:
name: "{{ atl_systemd_service_name }}"
enabled: true
when: atl_startup_enable