chore: rename gitea runner playbook

This commit is contained in:
Ditmar Visser
2025-06-04 11:25:19 +00:00
parent 1556a4bec4
commit a3e67a7f11
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,16 @@
- name: Gitea Runner
hosts: localhost
connection: local
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
docker_users:
- student
pip_install_packages:
- name: docker
- name: requests
roles:
- geerlingguy.pip
- geerlingguy.docker
- gitea-runner