Merge "Hedge upgrade process against no software change"
This commit is contained in:
commit
0e2b011ac7
@ -120,9 +120,13 @@
|
|||||||
section: glance
|
section: glance
|
||||||
option: need_service_restart
|
option: need_service_restart
|
||||||
value: True
|
value: True
|
||||||
when: glance_get_venv | changed or
|
when: (glance_get_venv | changed) or
|
||||||
glance_venv_dir | changed or
|
(glance_venv_dir | changed) or
|
||||||
install_packages | changed
|
(install_packages | changed) or
|
||||||
|
(ansible_local is not defined) or
|
||||||
|
('openstack_ansible' not in ansible_local) or
|
||||||
|
('glance' not in ansible_local['openstack_ansible']) or
|
||||||
|
('need_service_restart' not in ansible_local['openstack_ansible']['glance'])
|
||||||
|
|
||||||
- name: Record the venv tag deployed
|
- name: Record the venv tag deployed
|
||||||
ini_file:
|
ini_file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user