c12s-kubespray/contrib/network-storage/heketi/roles/provision/tasks/cleanup.yml

5 lines
142 B
YAML
Raw Normal View History

2018-09-05 15:18:53 +00:00
---
- name: "Clean up left over jobs."
command: "{{ bin_dir }}/kubectl delete jobs,pods --selector=\"deploy-heketi\""
changed_when: false