Skip to content
Snippets Groups Projects
Commit 4786dcd2 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Add become when deleting files

parent e05c64fa
No related branches found
No related tags found
No related merge requests found
Pipeline #21726 passed
......@@ -64,6 +64,7 @@
state: absent
force: true
path: "/root/freva-service-config/"
become: true
- name: Pulling container
become: true
shell: /usr/local/bin/docker-or-podman pull mariadb:latest
......
......@@ -45,6 +45,7 @@
state: absent
force: true
path: "/root/freva-service-config/"
become: true
- name: Creating docker network
shell: >
/usr/local/bin/docker-or-podman network create "{{ project_name }}";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment