--- - name: configure - clean include_tasks: configure_clean.yml when: not skip_configure_clean tags: - configure_clean - name: configure - init include_tasks: configure_init.yml when: not skip_configure_init tags: - configure_init - name: configure - custom include_tasks: configure_custom.yml when: not skip_configure_custom tags: - configure_custom