--- - 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