Skip to content

Commit

Permalink
Added verbose run to debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrithagoramane committed Nov 12, 2024
1 parent f67577d commit 307851d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func (a AnsiblePlaybookRunner) Run() (AnsibleRunOutput, error) {
"ANSIBLE_STDOUT_CALLBACK=default",
"ANSIBLE_CALLBACK_WHITELIST=",
}
args = append(args, "-vvv")
} else {
a.Env = []string{
"ANSIBLE_STDOUT_CALLBACK=json",
Expand Down

0 comments on commit 307851d

Please sign in to comment.