## 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
9 lines
289 B
YAML
9 lines
289 B
YAML
---
|
|
- name: Remove runner via remove-runner playbook
|
|
ansible.builtin.import_playbook: "../../../../remove-runner.yml"
|
|
vars:
|
|
runner_name: "remove-test-runner"
|
|
registration_token: "fake-token-for-testing"
|
|
gitea_url: "http://localhost:3000"
|
|
skip_runner_registration: true
|