fix(packer): AWS images
[csit.git] / fdio.infra.ansible / tg.yaml
index 10e1340..b6f1f06 100644 (file)
@@ -3,7 +3,7 @@
 
 - hosts: tg
   remote_user: testuser
-  become: yes
+  become: true
   become_user: root
   gather_facts: false
   pre_tasks:
@@ -45,7 +45,7 @@
 
 - hosts: tg_aws
   remote_user: testuser
-  become: yes
+  become: true
   become_user: root
   gather_facts: false
   pre_tasks:
       tags: tg
     - role: iperf
       tags: iperf
+    - role: aws
+      tags: aws
     - role: trex
       tags: trex
     - role: ab
       tags: ab
-    - role: aws
-      tags: aws
     - role: cleanup
       tags: cleanup
     - role: calibration
       tags: calibration
 
 - hosts: tg_azure
-  become: yes
+  become: true
   become_user: root
   gather_facts: false
   pre_tasks:
     - role: cleanup
       tags: cleanup
     - role: calibration
-      tags: calibration
\ No newline at end of file
+      tags: calibration