Bug fix in script "build_yardstick_image.yml", to
- Use option "-a" to list all used loop devices, to be more compatible.
- Ignore the error and continue, if the debug command failed.
JIRA: YARDSTICK-1121
Change-Id: I24aaebb2ffe3107ca5c619401725aa8c8e1af295
Signed-off-by: ting wu <ting.wu@enea.com>
       ignore_errors: true
 
     - name: Debug dump loop devices
-      command: losetup
+      command: losetup -a
       register: losetup_output
+      ignore_errors: true
 
     - debug:
         var: losetup_output