aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-04-13 07:36:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-13 07:36:45 +0000
commit5be3ad75d9c46e7b816418d4ddf410b1f67110c6 (patch)
tree065be0baa8dc017849fb69f333f156baf5b298b2 /ansible
parentd2bbf5bf9855351d323f9b8d12d89ea1f1305f32 (diff)
parente81a0f4edf515c9a4b239823f2d6f279be2e2826 (diff)
Merge "Bugfix: to list all used loop device"
Diffstat (limited to 'ansible')
-rw-r--r--ansible/build_yardstick_image.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/build_yardstick_image.yml b/ansible/build_yardstick_image.yml
index 429ab88aa..c926af208 100644
--- a/ansible/build_yardstick_image.yml
+++ b/ansible/build_yardstick_image.yml
@@ -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