We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08743f commit bb1ed8dCopy full SHA for bb1ed8d
molecule/gitlab_runner/molecule.yml
@@ -27,6 +27,8 @@ platforms:
27
tty: true
28
provisioner:
29
name: "ansible"
30
+ options:
31
+ D: true
32
playbooks:
33
prepare: "prepare.yml"
34
converge: "converge.yml"
@@ -35,6 +37,7 @@ provisioner:
35
37
all:
36
38
vars:
39
gitlab_runner_concurrent: 4
40
+ gitlab_runner_hide_sensitive_changes: false
41
host_vars:
42
instancegitlabciopenstack1:
43
gitlab_runner_version: "18.0.2"
0 commit comments