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