2020-03-09 13:11:34 +00:00
|
|
|
---
|
2022-07-21 05:27:26 +00:00
|
|
|
# Copyright (c) Ansible Project
|
|
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2020-03-09 13:11:34 +00:00
|
|
|
- name: Make sure LUKS device is gone
|
|
|
|
luks_device:
|
|
|
|
device: "{{ cryptfile_device }}"
|
|
|
|
state: absent
|
2023-02-15 21:23:36 +00:00
|
|
|
become: true
|
2020-03-09 13:11:34 +00:00
|
|
|
- name: "Loading tasks from {{ item }}"
|
|
|
|
include_tasks: "{{ item }}"
|