--- - name: Create base directory file: path: "{{ autoconfig.path }}/mail" state: directory - name: Deploy autoconfiguration website template: src: mail/config-v1.1.xml.j2 dest: "{{ autoconfig.path }}/mail/config-v1.1.xml"