Go-ansible is a Go package that enables the execution of ansible-playbook or ansible commands directly from Golang applications. It supports a wide range of options for each command, enabling smooth integration of Ansible functionality into your projects.
Fixes #87
Both in
docs/upgrade_guide_to_1.0.0.md
and inpkg/stdoutcallback/results/JSONResults.go
there is the typo "resutls". Replaced with "results".Signed-off-by: Gloria Ciavarrini gciavarrini@redhat.com