Initial commit

This commit is contained in:
2024-02-25 01:14:24 +03:00
commit 1f9873579c
12 changed files with 174 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: reload gitlab runner unit
systemd: daemon_reload=yes
- name: restart reload gitlab runner service
systemd: name=gitlab-runner state=restarted