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
Tags v2205.1.14
No related merge requests found
Pipeline #21726 passed
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
state: absent state: absent
force: true force: true
path: "/root/freva-service-config/" path: "/root/freva-service-config/"
become: true
- name: Pulling container - name: Pulling container
become: true become: true
shell: /usr/local/bin/docker-or-podman pull mariadb:latest shell: /usr/local/bin/docker-or-podman pull mariadb:latest
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
state: absent state: absent
force: true force: true
path: "/root/freva-service-config/" path: "/root/freva-service-config/"
become: true
- name: Creating docker network - name: Creating docker network
shell: > shell: >
/usr/local/bin/docker-or-podman network create "{{ project_name }}"; /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