mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITOPSENG-647 adjust hard-coded defaults to allow molecule tests to pass
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
pre_tasks:
|
||||
- name: Create systemd dir if necessary
|
||||
file:
|
||||
path: '/etc/systemd/system/'
|
||||
path: '/usr/lib/systemd/system/'
|
||||
state: directory
|
||||
|
||||
roles:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
pre_tasks:
|
||||
- name: Create systemd dir if necessary
|
||||
file:
|
||||
path: '/etc/systemd/system/'
|
||||
path: '/usr/lib/systemd/system/'
|
||||
state: directory
|
||||
|
||||
roles:
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
pre_tasks:
|
||||
- name: Create systemd dir if necessary
|
||||
file:
|
||||
path: '/etc/systemd/system/'
|
||||
path: '/usr/lib/systemd/system/'
|
||||
state: directory
|
||||
|
||||
roles:
|
||||
|
||||
Reference in New Issue
Block a user