blob: 74bcd10a1eab248f438235868f7630aad970727c (
plain)
1
2
3
4
5
6
7
8
|
---
- name: restart heat service
service: name={{ item }} state=restarted enabled=yes
with_items: services | union(services_noarch)
- name: remove heat-sqlite-db
shell: rm /var/lib/heat/heat.sqlite || touch heat.sqlite.db.removed
|