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

Add attributes to AnsiblePlaybookJSONResultsPlayTaskHostsItem #86

Closed gciavarrini closed 2 years ago

gciavarrini commented 2 years ago

Fixes #85 Attributes cmd, skipped, skip_reason, failed, and failed_when_result that are defined on ansible json output are missing into AnsiblePlaybookJSONResultsPlayTaskHostsItem.

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

apenella commented 2 years ago

Hi! @gciavarrini Thanks again for your contribution. I am going to merge it into a new transitory branch where I include your fix on release notes and readme. I will include it on v1.1.5.

gciavarrini commented 2 years ago

Hi! @apenella Thank you 😃