Skip to content

Commit ad74bc4

Browse files
committed
attempt to add a dummy systemctl
1 parent 3ad83e5 commit ad74bc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ jobs:
252252
- image: datadog/docker-library:ansible_<<parameters.os>>_<<parameters.ansible_version>>
253253
steps:
254254
- checkout
255+
- run: printf "#!/bin/bash\n\nexit 0" > /usr/bin/systemctl && chmod +x /usr/bin/systemctl
256+
- run: mkdir -p /etc/systemd/system/
255257
- run: >
256258
ANSIBLE_JINJA2_NATIVE="<<parameters.jinja2_native>>" ansible-playbook -vv
257259
-i ./ci_test/inventory/<<parameters.inventory>> "./ci_test/install_installer.yaml"

0 commit comments

Comments
 (0)