File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
roles/gitlab_runner/tasks 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 6565 notify : " Restart GitLab-Runner"
6666 no_log : " {{ gitlab_runner_hide_sensitive_changes }}"
6767 vars :
68- __ignition_content : " {{ __ignition_json['content'] | b64decode }}"
68+ __ignition_content : " {{ __ignition_json['content'] | b64decode | from_json }}"
6969 when : " not __gitlab_runner_is_initial_dryrun"
7070
7171- name : " Start GitLab-Runner"
You can’t perform that action at this time.
0 commit comments