Remove docker volume task

This commit is contained in:
Paul Brinkmeier 2022-09-13 23:23:17 +02:00
parent 52d3bde9f5
commit f225c8b37e

View File

@ -17,26 +17,6 @@
state: directory state: directory
# Hide contents from non-root users # Hide contents from non-root users
mode: u=rwx,g=,o= mode: u=rwx,g=,o=
- name: Create global docker volumes (docker_volume)
become: yes
docker_volume:
name: "{{ item.name }}"
state: "{{ item.state }}"
loop:
- name: codi_database
state: absent
- name: codi_uploads
state: absent
- name: gitlab_data
state: absent
- name: gitlab_logs
state: absent
- name: gitlab_config
state: absent
- name: gitlab_runner_config
state: absent
- name: gitlab_runner_cache
state: absent
- name: Set up docker stuff - name: Set up docker stuff
become: yes become: yes
docker_compose: docker_compose: