Skip to content

Commit b01b402

Browse files
author
James Timms
committed
Making sure labels default is read as empty string
Without wrapping quote in double quote, the command is built with only --labels instead of --labels ''.
1 parent 3fa810a commit b01b402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runner_org: no
3636
runner_name: "{{ ansible_hostname }}"
3737

3838
# Labels to apply to the runner
39-
runner_labels: ''
39+
runner_labels: "''"
4040

4141
# Custom service name when usign Github Enterprise server
4242
# service_name: actions.runner._services.{{ runner_name }}.service

0 commit comments

Comments
 (0)