diff --git a/internal/ansible/runner/runner.go b/internal/ansible/runner/runner.go index 95d19ed..ac2e3e2 100644 --- a/internal/ansible/runner/runner.go +++ b/internal/ansible/runner/runner.go @@ -367,6 +367,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) }