--- - name: post_workload Tasks Complete debug: msg: "Pre-Software checks completed successfully - Removed" #- name: Remove user Quota - oc delete clusterresourcequota "clusterquota-{{ocp_username}}-{{guid}}" # shell: oc delete clusterresourcequota clusterquota-{{ocp_username}}-{{guid}} # ignore_errors: true - name: Remove user Project shell: "oc delete project {{ocp_project}}" - name: post_workload Tasks Complete debug: msg: "Post-Software checks completed successfully - Removed"