--- - name: Create homeassistant-config directory file: path: "{{ ha_config }}" mode: '755' state: directory become: true