feat: Add runners
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
dc191e4b4d
commit
6c7280b213
7 changed files with 159 additions and 0 deletions
|
@ -64,3 +64,7 @@
|
|||
loop: "{{ forgejo_allowed_sources }}"
|
||||
notify: save iptables
|
||||
when: forgejo_manage_iptables
|
||||
|
||||
- name: deploy runners
|
||||
ansible.builtin.include_tasks: deploy-runners.yml
|
||||
when: forgejo_runners
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue