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

hold the Cmd.Dir for fixes https://github.com/apenella/go-ansible/iss… #34

Closed zhangguanzhang closed 3 years ago

zhangguanzhang commented 3 years ago

Fixe: https://github.com/apenella/go-ansible/issues/31

Signed-off-by: zhangguanzhang zhangguanzhang@qq.com

apenella commented 3 years ago

thank you, @zhangguanzhang!