diff --git a/misc/libblockdev-tasks.yml b/misc/libblockdev-tasks.yml index c2a27aca..d5f9854b 100644 --- a/misc/libblockdev-tasks.yml +++ b/misc/libblockdev-tasks.yml @@ -204,11 +204,17 @@ - smartmontools - targetcli-fb - udftools - - vdo - volume-key - xfsprogs when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and test_dependencies|bool +- name: Install vdo test dependencies (Debian/Ubuntu 64bit) + package: + state: present + name: + - vdo + when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and test_dependencies|bool and ansible_architecture != 'i386' + ####### Common actions - name: Start LVM DBus service