Remove docker volume task
This commit is contained in:
parent
52d3bde9f5
commit
f225c8b37e
@ -17,26 +17,6 @@
|
||||
state: directory
|
||||
# Hide contents from non-root users
|
||||
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
|
||||
become: yes
|
||||
docker_compose:
|
||||
|
Loading…
x
Reference in New Issue
Block a user