GRM-5: feat: parameterize all hardcoded configuration values as Ansible variables
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Include gitea_runner download
|
||||
ansible.builtin.include_tasks: download_gitea_runner.yml
|
||||
|
||||
- name: Restart gitea-runner service
|
||||
ansible.builtin.systemd:
|
||||
name: "gitea-runner-{{ runner_name }}"
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
Reference in New Issue
Block a user