--- - name: Create a directory for secrets ansible.builtin.file: path: /root/.secrets state: directory mode: 0700 owner: root group: root