2025-11-12 12:36:02 +01:00

9 lines
163 B
YAML

#SPDX-License-Identifier: MIT-0
---
# tasks file for cleanup
#
- name: Remove config directory
ansible.builtin.file:
path: "{{ confdir }}"
state: absent