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