Bugfix: to list all used loop device
[yardstick.git] / ansible / build_yardstick_image.yml
index 429ab88..c926af2 100644 (file)
@@ -75,8 +75,9 @@
       ignore_errors: true
 
     - name: Debug dump loop devices
-      command: losetup
+      command: losetup -a
       register: losetup_output
+      ignore_errors: true
 
     - debug:
         var: losetup_output