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

Mistake in comment - "matc" instead of "match"

TheFieryLynx opened this issue · comments

assert.True(t, exe.ShowDuration, "ShowDuration does not matc")

@TheFieryLynx fixed!
thanks!