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:
27
27
tty : true
28
28
provisioner :
29
29
name : " ansible"
30
+ options :
31
+ diff : true
30
32
playbooks :
31
33
prepare : " prepare.yml"
32
34
converge : " converge.yml"
@@ -35,6 +37,7 @@ provisioner:
35
37
all :
36
38
vars :
37
39
gitlab_runner_concurrent : 4
40
+ gitlab_runner_hide_sensitive_changes : false
38
41
host_vars :
39
42
instancegitlabciopenstack1 :
40
43
gitlab_runner_version : " 18.0.2"
Original file line number Diff line number Diff line change 65
65
notify : " Restart GitLab-Runner"
66
66
no_log : " {{ gitlab_runner_hide_sensitive_changes }}"
67
67
vars :
68
- __ignition_content : " {{ __ignition_json['content'] | b64decode }}"
68
+ __ignition_content : " {{ __ignition_json['content'] | b64decode | from_json }}"
69
69
when : " not __gitlab_runner_is_initial_dryrun"
70
70
71
71
- name : " Start GitLab-Runner"
You can’t perform that action at this time.
0 commit comments