diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-05-31 09:25:50 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-05-31 09:53:23 +0000 |
commit | 459f6b0055c5db6fc2fec39b96fdec592f92ccba (patch) | |
tree | f7204003fcc9a3bce7a6e37dc71a5e06200a547c /resources/libraries/bash/function | |
parent | fe1975eb1ac994df1bd759deda7154bb7dd9d7a7 (diff) |
Add meltdown spectre to calibration set
+ Fix the version of MMD tool to always latest
Change-Id: Iafd7f40d618b8e4995b5cc12fe06056719f58517
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/bash/function')
-rw-r--r-- | resources/libraries/bash/function/ansible.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |