diff --git a/internal/ansible/runner/runner.go b/internal/ansible/runner/runner.go index 3b47308..9657d62 100644 --- a/internal/ansible/runner/runner.go +++ b/internal/ansible/runner/runner.go @@ -366,6 +366,7 @@ func (r *runner) makeParameters(u *unstructured.Unstructured) map[string]interfa specKey := fmt.Sprintf("%s_spec", objKey) parameters[specKey] = spec if r.markUnsafe { + parameters[objKey] = markUnsafe(u.Object) parameters[specKey] = markUnsafe(spec) }