Jorge Morales Pou
2019-07-30 4b97a506ea714f3dfbb99905ff67d7acac7c4ae3
1
2
3
4
5
6
7
8
9
10
---
- name: Remove temp kube config
  command: "rm {{ tmp_kubeconfig }}"
 
- name: Remove temp git repo
  command: "rm -rf {{ tmp_git_location }}"
 
- name: post_workload Tasks Complete
  debug:
    msg: "Post-Software checks completed successfully"