mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1089: The systemd installation location depends on the OS.
This commit is contained in:
@@ -29,8 +29,11 @@
|
||||
pre_tasks:
|
||||
- name: Create systemd dir if necessary
|
||||
file:
|
||||
path: '/usr/lib/systemd/system/'
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
with_items:
|
||||
- '/usr/lib/systemd/system/'
|
||||
- '/lib/systemd/system/'
|
||||
|
||||
roles:
|
||||
- role: product_startup
|
||||
|
||||
Reference in New Issue
Block a user