Skip to content

Commit

Permalink
attempt to add a dummy systemctl
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Aug 1, 2024
1 parent 3ad83e5 commit ad74bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ jobs:
- image: datadog/docker-library:ansible_<<parameters.os>>_<<parameters.ansible_version>>
steps:
- checkout
- run: printf "#!/bin/bash\n\nexit 0" > /usr/bin/systemctl && chmod +x /usr/bin/systemctl
- run: mkdir -p /etc/systemd/system/
- run: >
ANSIBLE_JINJA2_NATIVE="<<parameters.jinja2_native>>" ansible-playbook -vv
-i ./ci_test/inventory/<<parameters.inventory>> "./ci_test/install_installer.yaml"
Expand Down

0 comments on commit ad74bc4

Please sign in to comment.