5b28cd65f0
* Add first version of luks_device tests. * Do ~ expansion manually. * Try to enable RHEL8. * Adjust to older losetup version. * Make sure cryptsetup is installed.
8 lines
196 B
YAML
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 }}"
|