Patrick T. Rutledge III
2020-01-03 fcffad8197c8893891e1ae9aa9cbc27c11746213
commit | author | age
f6f225 1 ---
J 2 - name: post_workload Tasks Complete
3   debug:
4     msg: "Pre-Software checks completed successfully - Removed"
5
6 - name: define ocp_project
7   set_fact:
fcffad 8     ocp_project: "rhpam-dev-{{ ocp_username }}"
f6f225 9
J 10 - name: Remove any lingering tmp files
fcffad 11   shell: "rm -rf /tmp/{{ ocp_username }}"
f6f225 12
J 13 - name: post_workload Tasks Complete
14   debug:
15     msg: "Post-Software checks completed successfully - Removed"