ansible/test/integration/targets/luks_device/tasks/run-test.yml
Felix Fontein 5b28cd65f0 luks_device: add integration tests (#52359)
* Add first version of luks_device tests.

* Do ~ expansion manually.

* Try to enable RHEL8.

* Adjust to older losetup version.

* Make sure cryptsetup is installed.
2019-02-18 17:16:57 +01:00

8 lines
196 B
YAML

---
- name: Make sure LUKS device is gone
luks_device:
device: "{{ cryptfile_device }}"
state: absent
become: yes
- name: "Loading tasks from {{ item }}"
include_tasks: "{{ item }}"