--- - hosts: myrddin.prole.org become: true tasks: - name: Ensure OpenBao storage directory exists ansible.builtin.file: path: /synology/d001/openbao state: directory mode: "0777" # OpenBao pod runs as non-root usually, but k3s local-path often needs this or specific UID