diff --git a/tasks/main.yml b/tasks/main.yml index 379fc2f8..82da13ac 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -35,22 +35,21 @@ - include: glance_post_install.yml tags: - - glance-install - glance-config - include: glance_init_common.yml tags: - - glance-install + - glance-config - include: glance_db_setup.yml when: inventory_hostname == groups['glance_all'][0] tags: - - glance-install + - glance-config - include: glance_service_setup.yml when: inventory_hostname == groups['glance_all'][0] tags: - - glance-install + - glance-config - name: Flush handlers meta: flush_handlers