Skip to content
Snippets Groups Projects
upgrade.yml 280 B
Newer Older
---
- include: register.yml
  when: enable_keystone | bool and
        (inventory_hostname in groups['ironic-api'] or
        inventory_hostname in groups['ironic-inspector'])

MD NADEEM's avatar
MD NADEEM committed
- include: config.yml

- include: bootstrap_service.yml

- name: Flush handlers
  meta: flush_handlers