mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
AZURE-211 DB connection for SQL Server
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
|
||||
- name: "Set the systemd_dir"
|
||||
set_fact:
|
||||
@@ -5,12 +6,12 @@
|
||||
|
||||
- name: "systemd_dir debug"
|
||||
debug:
|
||||
msg: "systemd_dir {{systemd_dir}}"
|
||||
msg: "systemd_dir {{ systemd_dir }}"
|
||||
|
||||
- name: "Install systemd service file"
|
||||
template:
|
||||
src: "product.service.j2"
|
||||
dest: "{{systemd_dir}}/{{ atl_systemd_service_name }}"
|
||||
dest: "{{ systemd_dir }}/{{ atl_systemd_service_name }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0640
|
||||
|
||||
Reference in New Issue
Block a user