Skip to content

Commit 9cb9cee

Browse files
committed
gitlab
1 parent dfb0a87 commit 9cb9cee

File tree

5 files changed

+497
-198
lines changed

5 files changed

+497
-198
lines changed

ansible/roles/gitlab/tasks/docker_cleanup.yaml

Lines changed: 0 additions & 139 deletions
This file was deleted.

ansible/roles/gitlab/tasks/main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@
1212

1313
- name: Setup GitLab
1414
ansible.builtin.include_tasks: setup_gitlab.yaml
15-
16-
- name: Docker cleanup configuration
17-
ansible.builtin.include_tasks: docker_cleanup.yaml
18-
tags:
19-
- docker-cleanup
20-
- maintenance

ansible/roles/gitlab/tasks/setup_gitlab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
project_path: .
4141

4242
- name: Include update docker-compose
43-
ansible.builtin.include_tasks: "{{ tasks_dir }}/docker/update-compose.yaml"
43+
ansible.builtin.include_tasks: "{{ tasks_dir }}/docker/update-compose-unified.yaml"
4444
vars:
4545
update_compose_remote_path: "{{ remote_path }}"
4646
update_compose_local_path: "{{ local_path }}"

0 commit comments

Comments
 (0)