Skip to content
Snippets Groups Projects
Commit 59ed6260 authored by Lukas Koenen's avatar Lukas Koenen
Browse files

fix: become for docker command

parent 9987123f
Branches
Tags
No related merge requests found
Pipeline #135490 failed
......@@ -4,6 +4,7 @@
cmd: docker run --rm hello-world:latest
register: docker_output
failed_when: docker_output.rc != 0
become: true
- name: Render Systemd-Unit File
ansible.builtin.template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment