Releases: MonolithProjects/ansible-github_actions_runner
Releases · MonolithProjects/ansible-github_actions_runner
1.16.2
1.16.1
What's changed
Bug Fixes
- Enable root run & refactor ansible role, by @BAStos525 (#147)
CI
- Update actions/checkout action to v3, by @renovate (#146)
- Fix molecule gha trigger, by @MonolithProjects (#148)
1.16.0
What's changed
- Fix/small fixes, by @MonolithProjects (#141)
- Update actions/setup-python action to v4, by @renovate (#140)
- Use FQCN for Ansible Modules (#144)
Features
- Download Runner package directly to the runner node , by @MonolithProjects (#144)
1.15.4
What's changed
- Update robertdebock/galaxy-action action to v1.2.1, by Renovate bot (#134)
- Update pre-commit/action action to v3, by Renovate bot (#137)
Bug Fixes
- Correct teardown permissions, by @mtraynham (#136)
- Fixed env and galaxy issues, by @MonolithProjects (#138)
1.15.3
What's changed
- Fix a bug when there is spaces in runner_name, by @bduverger (#133)
1.15.2
1.15.1
Edited Readme
1.15.0
[feature] Restart service when version changed
[fix] the way how the role find the runner systemd service name ( fixes #124 )
[change] uninstall runner service using svc.sh script
[change] removed service_name variable
[change] removed runner_on_ghes variable as it is no more needed
[change] partial code refactoring
1.14.0
1.13.0
[CHANGE] the service name for GitHub Enterprise Server service to actions.runner._services.<RUNNER_NAME>.service
[FIX] spaces in the runner_name
are replaced by underscores