--- - include_tasks: register.yml when: inventory_hostname in groups['placement-api'] - include_tasks: clone.yml when: placement_dev_mode | bool - include_tasks: config.yml - include_tasks: bootstrap.yml when: inventory_hostname in groups['placement-api'] - name: Flush handlers meta: flush_handlers