--- - include_tasks: register.yml when: inventory_hostname in groups['cyborg-api'] - include_tasks: config.yml - include_tasks: bootstrap.yml when: inventory_hostname in groups['cyborg-api'] - name: Flush handlers meta: flush_handlers