## Summary Thoroughly cleans Docker artifacts on runner removal, updates devx to v0.9.11, fixes Makefile checkmake graceful skip, and comprehensive docs rewrite. Molecule tests fail due to pre-existing Docker infrastructure issue (Docker socket not available in CI runners). Closes GRM-75
13 lines
285 B
YAML
13 lines
285 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
vars:
|
|
gitea_url: "http://localhost:3000"
|
|
registration_token: "fake-token-for-testing"
|
|
runner_name: "remove-test-runner"
|
|
skip_runner_registration: true
|
|
docker_rootless_setup: false
|
|
roles:
|
|
- role: gitea-runner
|