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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add attributes to AnsiblePlaybookJSONResultsPlayTaskHostsItem

gciavarrini opened this issue · comments

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

fixed on #89