feat: add environment variables
This commit is contained in:
parent
24bc640fc9
commit
f2e3f37201
7 changed files with 48 additions and 0 deletions
handlers
5
handlers/main.yml
Normal file
5
handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart gitlab-runner
|
||||
ansible.builtin.service:
|
||||
name: gitlab-runner
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue