feat: add environment variables

This commit is contained in:
Adrien Waksberg 2022-05-10 10:40:42 +02:00
parent 24bc640fc9
commit f2e3f37201
7 changed files with 48 additions and 0 deletions
handlers

5
handlers/main.yml Normal file
View file

@ -0,0 +1,5 @@
---
- name: restart gitlab-runner
ansible.builtin.service:
name: gitlab-runner
state: restarted