#SPDX-License-Identifier: MIT-0 --- # tasks file for init - name: Setup host block: - name: Create config dir ansible.builtin.file: path: "{{ confdir }}" state: directory mode: 0700 tags: - setup_host