apenella / go-ansible

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.
MIT License
905 stars 143 forks source link

Fix "resutls" typo #88

Closed gciavarrini closed 2 years ago

gciavarrini commented 2 years ago

Fixes #87

Both in docs/upgrade_guide_to_1.0.0.md and in pkg/stdoutcallback/results/JSONResults.go there is the typo "resutls". Replaced with "results".

Signed-off-by: Gloria Ciavarrini gciavarrini@redhat.com

apenella commented 2 years ago

Thank you very much for your contribution @gciavarrini :smiley: