add cleanup

This commit is contained in:
Sascha Marcel Schmidt 2018-09-05 17:18:53 +02:00
parent 5cf1396cb7
commit df6cf9aa51
No known key found for this signature in database
GPG key ID: D1D6CE184437796D

View file

@ -0,0 +1,4 @@
---
- name: "Clean up left over jobs."
command: "{{ bin_dir }}/kubectl delete jobs,pods --selector=\"deploy-heketi\""
changed_when: false