Releases: MonolithProjects/ansible-github_actions_runner
Releases · MonolithProjects/ansible-github_actions_runner
1.4.7
- added variables validation
1.4.6
Fixes:
- bug in
Build service name
task
1.4.5
Feature:
- In case of re-running the Ansible role, the same version of Github Actions Runner package will be downloaded only once (package archive will be not rewritten)
1.4.4
Fixes:
- Readme file correction
1.4.3
1.4.2
Fixes:
- fixed incorrect default variable
1.4.1
Features:
- allow to create runners for repos which are not owned by the user, but to which the user has access
Fixes:
- Actions workflow
1.4.0
Features:
- better way to uninstall the runner
- option to set the runner service state (started, stopped, absent)
- option to specify name of the runner
- better Molecule tests and GHA workflow
Fixes:
- reinstallation did not work properly
1.3.0
Features:
- Support for GitHub Organization private runner
1.2.8
Fixes:
- the role will not reinstall the runner on each run
Improvements:
- GH Runner package will be downloaded to temporary directory using the tempfile module
- better molecule tests