Add debugging info
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Danny Bessems 2021-06-08 13:51:22 +02:00
parent f6a27db822
commit 4bf036c49d
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ build {
ansible_env_vars = [ ansible_env_vars = [
"ANSIBLE_CONFIG=ansible/ansible.cfg" "ANSIBLE_CONFIG=ansible/ansible.cfg"
] ]
extra_arguments = [
"-vvv"
]
} }
post-processor "shell-local" { post-processor "shell-local" {