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 f1aa584 commit 3acad86Copy full SHA for 3acad86
internal/ansible/runner/runner.go
@@ -366,6 +366,7 @@ func (r *runner) makeParameters(u *unstructured.Unstructured) map[string]interfa
366
specKey := fmt.Sprintf("%s_spec", objKey)
367
parameters[specKey] = spec
368
if r.markUnsafe {
369
+ parameters[objKey] = markUnsafe(u.Object)
370
parameters[specKey] = markUnsafe(spec)
371
}
372
0 commit comments