File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ runner_download_repository: "actions/runner"
102102runner_extra_config_args : " "
103103
104104# Name to assign to this runner in GitHub (System hostname as default)
105- runner_name : " {{ ansible_hostname }}"
105+ runner_name : " {{ ansible_facts.hostname }}"
106106
107107# GitHub Repository user or Organization owner used for Runner registration
108108# github_account: "youruser"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ runner_download_repository: "actions/runner"
4343runner_extra_config_args : " "
4444
4545# Name to assign to this runner in GitHub (System hostname as default)
46- runner_name : " {{ ansible_hostname }}"
46+ runner_name : " {{ ansible_facts.hostname }}"
4747
4848# GitHub Repository user or Organization owner used for Runner registration
4949# github_account: "youruser"
You can’t perform that action at this time.
0 commit comments