Merge "Fix ansible deprecation warnings"
This commit is contained in:
commit
b8890c4841
@ -99,7 +99,7 @@
|
|||||||
section: "glance"
|
section: "glance"
|
||||||
option: "need_service_restart"
|
option: "need_service_restart"
|
||||||
value: true
|
value: true
|
||||||
when: (install_packages | changed) or
|
when: (install_packages is changed) or
|
||||||
('need_service_restart' not in ansible_local['openstack_ansible']['glance'])
|
('need_service_restart' not in ansible_local['openstack_ansible']['glance'])
|
||||||
|
|
||||||
- name: Run the systemd service role
|
- name: Run the systemd service role
|
||||||
|
@ -121,4 +121,4 @@
|
|||||||
hour: "*"
|
hour: "*"
|
||||||
- name: "{{ glance_bin }}/glance-cache-cleaner"
|
- name: "{{ glance_bin }}/glance-cache-cleaner"
|
||||||
hour: "*/5"
|
hour: "*/5"
|
||||||
when: glance_flavor | search("cache")
|
when: glance_flavor is search("cache")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user