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

Might be useful to support check and diff mode

samitpal opened this issue · comments

Not sure if it is already supported, but -C, -D options are often very useful.

@samitpal I need to check all options for next release! thanks!

@samitpal version 1.0.0 already support check and diff options
read the upgrade guide please