--- - name: Create docker dir if it does not exist become: false ansible.builtin.file: path: /home/{{ user['name'] }}/docker/ state: directory mode: '0755' - name: Deploy docker apps ansible.builtin.include_tasks: "tasks/npm.yml" # loop: # - audiobookshelf # - authelia # - bookstack # - gitea # - nextcloud # - npm # - vaultwarden