Add GitLab EE Ansible role (temp location - move to infrastructure/ansible)
This commit is contained in:
5
infrastructure/ansible/roles/gitlab/handlers/main.yml
Normal file
5
infrastructure/ansible/roles/gitlab/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Restart GitLab
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ gitlab_base_path }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user