--- - name: bootstrap /data stat: path: /data register: datadir - include: volumes.yml when: not datadir.stat.exists - name: Create local asset directory when: ASSET_PATH is defined file: state: directory path: "{{ ASSET_PATH }}" mode: "0755" owner: root group: root