Merge "Bring consistency to tags"
This commit is contained in:
commit
9549dd0a91
@ -35,7 +35,6 @@
|
||||
|
||||
- include: cinder_post_install.yml
|
||||
tags:
|
||||
- cinder-install
|
||||
- cinder-config
|
||||
|
||||
- include: cinder_db_setup.yml
|
||||
@ -43,18 +42,18 @@
|
||||
- groups['cinder_all'] | length > 0
|
||||
- inventory_hostname == groups['cinder_all'][0]
|
||||
tags:
|
||||
- cinder-install
|
||||
- cinder-config
|
||||
|
||||
- include: cinder_service_setup.yml
|
||||
when:
|
||||
- groups['cinder_all'] | length > 0
|
||||
- inventory_hostname == groups['cinder_all'][0]
|
||||
tags:
|
||||
- cinder-install
|
||||
- cinder-config
|
||||
|
||||
- include: cinder_init_common.yml
|
||||
tags:
|
||||
- cinder-install
|
||||
- cinder-config
|
||||
|
||||
- name: Flush handlers
|
||||
meta: flush_handlers
|
||||
@ -64,11 +63,11 @@
|
||||
- groups['cinder_volume'] | length > 0
|
||||
- inventory_hostname == groups['cinder_volume'][0]
|
||||
tags:
|
||||
- cinder-install
|
||||
- cinder-config
|
||||
|
||||
- include: cinder_lvm_config.yml
|
||||
when:
|
||||
- inventory_hostname in groups['cinder_volume']
|
||||
- cinder_backend_lvm_inuse
|
||||
tags:
|
||||
- cinder-install
|
||||
- cinder-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user