File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
roles/gitlab_runner/templates Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ platforms:
2727 tty : true
2828provisioner :
2929 name : " ansible"
30+ options :
31+ diff : true
3032 playbooks :
3133 prepare : " prepare.yml"
3234 converge : " converge.yml"
@@ -35,6 +37,7 @@ provisioner:
3537 all :
3638 vars :
3739 gitlab_runner_concurrent : 4
40+ gitlab_runner_hide_sensitive_changes : false
3841 host_vars :
3942 instancegitlabciopenstack1 :
4043 gitlab_runner_version : " 18.0.2"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ sentry_dsn = "{{ gitlab_runner_sentry_dsn }}"
114114 networks = [ { uuid = "{{ runner.autoscaler_network_id }}" } ]
115115 security_groups = [ "{{ runner.autoscaler_security_group }}" ]
116116 scheduler_hints = { group = "{{ runner.autoscaler_scheduler_hint }}" }
117- user_data = '{{ __ignition_content | to_json }}'
117+ user_data = '{{ __ignition_content | from_json | to_json }}'
118118
119119 [runners.autoscaler.connector_config]
120120 username = "{{ runner.autoscaler_username }}"
You can’t perform that action at this time.
0 commit comments