File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -96,9 +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
- # Will the runner be deployed on Github Enterprise server?
100
- runner_on_ghes : no
101
-
102
99
# Custom service name when using Github Enterprise server
103
100
# DEPRECATED: this variable is deprecated in favor of "runner_on_ghes" and will be removed in release 1.15.
104
101
# service_name: actions.runner._services.{{ runner_name }}.service
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ runner_extra_config_args: ""
48
48
# Name to assign to this runner in GitHub (System hostname as default)
49
49
runner_name : " {{ ansible_hostname }}"
50
50
51
- # Will the runner be deployed on Github Enterprise server?
52
- runner_on_ghes : no
53
-
54
51
# GitHub Repository user or Organization owner used for Runner registration
55
52
# github_account: "youruser"
56
53
You can’t perform that action at this time.
0 commit comments