We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad83e5 commit ad74bc4Copy full SHA for ad74bc4
.circleci/config.yml
@@ -252,6 +252,8 @@ jobs:
252
- image: datadog/docker-library:ansible_<<parameters.os>>_<<parameters.ansible_version>>
253
steps:
254
- checkout
255
+ - run: printf "#!/bin/bash\n\nexit 0" > /usr/bin/systemctl && chmod +x /usr/bin/systemctl
256
+ - run: mkdir -p /etc/systemd/system/
257
- run: >
258
ANSIBLE_JINJA2_NATIVE="<<parameters.jinja2_native>>" ansible-playbook -vv
259
-i ./ci_test/inventory/<<parameters.inventory>> "./ci_test/install_installer.yaml"
0 commit comments