Containarise Barbican API
[apex-tripleo-heat-templates.git] / docker / services / heat-api.yaml
index 9e38b06..54c7bed 100644 (file)
@@ -156,6 +156,10 @@ outputs:
           tags: common
           ignore_errors: True
           register: heat_api_enabled
+        - name: remove old heat cron jobs
+          file:
+            path: /var/spool/cron/heat
+            state: absent
         - name: check for heat_api running under apache (post upgrade)
           tags: step2
           shell: "httpd -t -D DUMP_VHOSTS | grep -q heat_api_wsgi"