1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-07 13:31:36 +01:00
infrastructure/roles/gitlab/handlers/main.yml
Sven-Hendrik Haase 4f8a703b2b
gitlab: Use a tidier way to inject nginx config
The inline format is super hard to read and it doesn't scale well if we plan to
add additional config.
2025-06-11 20:31:33 +02:00

5 lines
78 B
YAML

- name: Restart gitlab
docker_container:
name: gitlab
restart: true