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
875 stars 142 forks source link

Fix "unreachable" attribute type to bool #103

Closed EugeneBad closed 2 years ago

EugeneBad commented 2 years ago

Incorrectly set attribute type as string. @apenella my apologies mate, my earlier change might have introduced a bug in the AnsiblePlaybookJSONResultsPlayTaskHostsItem struct. Unreachable is a bool as opposed to a string. A v1.1.6 patch release is in order, no?

apenella commented 2 years ago

hi @EugeneBad Thanks again for fixing it! I am going to merge it in a temporally branch and then I will merge it into master branch.

apenella commented 2 years ago

@EugeneBad the fix is it already available on master branch. It will be included on the next release. thanks!