File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ Personal Access Token for GitHub account can be created [here](https://github.co
38
38
## Tested on:
39
39
40
40
* Debian 9,10,11
41
- * Fedora 35
41
+ * Fedora 37
42
42
* Rocky Linux 8
43
- * Ubuntu 18,20
43
+ * Ubuntu 20,22
44
44
45
45
** Note:** Fedora 32+ and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
46
46
@@ -96,10 +96,6 @@ runner_extra_config_args: ""
96
96
# Name to assign to this runner in GitHub (System hostname as default)
97
97
runner_name : " {{ ansible_hostname }}"
98
98
99
- # Custom service name when using Github Enterprise server
100
- # DEPRECATED: this variable is deprecated in favor of "runner_on_ghes" and will be removed in release 1.15.
101
- # service_name: actions.runner._services.{{ runner_name }}.service
102
-
103
99
# GitHub Repository user or Organization owner used for Runner registration
104
100
# github_account: "youruser"
105
101
You can’t perform that action at this time.
0 commit comments