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"
102
102
runner_extra_config_args : " "
103
103
104
104
# Name to assign to this runner in GitHub (System hostname as default)
105
- runner_name : " {{ ansible_hostname }}"
105
+ runner_name : " {{ ansible_facts.hostname }}"
106
106
107
107
# GitHub Repository user or Organization owner used for Runner registration
108
108
# github_account: "youruser"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ runner_download_repository: "actions/runner"
43
43
runner_extra_config_args : " "
44
44
45
45
# Name to assign to this runner in GitHub (System hostname as default)
46
- runner_name : " {{ ansible_hostname }}"
46
+ runner_name : " {{ ansible_facts.hostname }}"
47
47
48
48
# GitHub Repository user or Organization owner used for Runner registration
49
49
# github_account: "youruser"
You can’t perform that action at this time.
0 commit comments