Noelia
2018-11-28 564134b580767c2e81a51e6d784983ade9dcbd22
commit | author | age
47812f 1 ---
S 2 - name: post_workload Tasks Complete
3   debug:
4     msg: "Pre-Software checks completed successfully - Removed"
5
6 - name: Remove user Quota - oc delete clusterresourcequota  "clusterquota-{{ocp_username}}-{{guid}}"
7   shell: oc delete clusterresourcequota clusterquota-{{ocp_username}}-{{guid}}
8   ignore_errors: true
9
10 - name: Remove user Project
11   shell: "oc delete project {{ocp_project}}"
12
13 - name: post_workload Tasks Complete
14   debug:
15     msg: "Post-Software checks completed successfully - Removed"