Infra: Fix AWS deployment
[csit.git] / resources / tools / testbed-setup / ansible / sut_azure.yaml
index 669e409..a3a24a4 100644 (file)
@@ -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