- name: "reset (if enabled) for {{ role_name}}" include_tasks: 02_reset.yml when: MODE_RESET | bool - name: "Setup '{{ application_id }}' docker" include_tasks: 03_docker.yml - name: "Setup '{{ application_id }}' network" include_tasks: 04_network.yml - include_tasks: utils/once/flag.yml