File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 99 - github_repo : ansible-github_actions_runner-testrepo
1010 - github_account : monolithprojects-testorg
1111 - runner_version : " latest"
12+ - service_name : awesome
1213 - runner_labels :
1314 - label1
1415 - repo-runner
1516 roles :
1617 - robertdebock.epel
17- - ansible-github_actions_runner
18+ - ansible-github_actions_runner
Original file line number Diff line number Diff line change 3737 - install
3838 - uninstall
3939
40- - name : Build service name
40+ - name : Build service name for github.com
4141 set_fact :
4242 runner_service : " actions.runner.{{ ([( github_owner | default(github_account))[:45], runner_name] | join('.'))[:57] }}.service"
4343 when : not runner_on_ghes
5252 tags :
5353 - install
5454 - uninstall
55+
56+ - name : Build service name for GitHub Enterprise Server (Left for backward compatibility. This task will be removed in v1.15)
57+ set_fact :
58+ runner_service : " {{ service_name }}"
59+ when : service_name is defined
60+ tags :
61+ - install
62+ - uninstall
63+
64+ check_mode : false
Original file line number Diff line number Diff line change 5151 tags :
5252 - install
5353 - uninstall
54+
55+ - name : Build service name for GitHub Enterprise Server (Left for backward compatibility. This task will be removed in v1.15)
56+ set_fact :
57+ runner_service : " {{ service_name }}"
58+ when : service_name is defined
59+ tags :
60+ - install
61+ - uninstall
62+
63+ check_mode : false
You can’t perform that action at this time.
0 commit comments