X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fansible.sh;h=663861e8d8cd0f21a58c66f064d65e452df4ed04;hp=a9314b4cd2b69d8b60061edc37377865d9250b08;hb=459f6b0055c5db6fc2fec39b96fdec592f92ccba;hpb=fe1975eb1ac994df1bd759deda7154bb7dd9d7a7;ds=sidebyside diff --git a/resources/libraries/bash/function/ansible.sh b/resources/libraries/bash/function/ansible.sh index a9314b4cd2..663861e8d8 100644 --- a/resources/libraries/bash/function/ansible.sh +++ b/resources/libraries/bash/function/ansible.sh @@ -40,7 +40,7 @@ function ansible_hosts () { die "Failed to read hosts from working topology!" } pushd "${TOOLS_DIR}"/testbed-setup/ansible || die "Pushd failed!" - ansible-playbook \ + ANSIBLE_STDOUT_CALLBACK=yaml ansible-playbook \ --vault-password-file=vault_pass \ --extra-vars '@vault.yml' \ --inventory inventories/lf_inventory/hosts site.yaml \