--- - include: register.yml when: inventory_hostname in groups['sahara-api'] - include: config.yml when: inventory_hostname in groups['sahara-api'] or inventory_hostname in groups['sahara-engine'] - include: bootstrap.yml when: inventory_hostname in groups['sahara-api'] - name: Flush handlers meta: flush_handlers