X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fsut_azure.yaml;h=a3a24a4dcbcdceee73687e8eb40e2272eb577d3d;hb=a9817d4b5ce0296062b49e100705661f32b77dc6;hp=669e4097c610de7b8facf7d33e4452630a9fc4a4;hpb=6db8aec19b0109f9efcef189d32ddaac8c469370;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/sut_azure.yaml b/resources/tools/testbed-setup/ansible/sut_azure.yaml index 669e4097c6..a3a24a4dcb 100644 --- a/resources/tools/testbed-setup/ansible/sut_azure.yaml +++ b/resources/tools/testbed-setup/ansible/sut_azure.yaml @@ -4,6 +4,12 @@ - hosts: sut become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: - role: user_add tags: user_add @@ -21,5 +27,5 @@ tags: dpdk - role: cleanup tags: cleanup - - role: calibration - tags: calibration +# - role: calibration +# tags: calibration