Jim Rigsbee
2019-07-19 bf41614acf5edce1f082dc89424ae68220a509c3
1
2
3
4
5
6
7
8
9
---
# Implement your Post Workload deployment tasks here
 
 
# Leave this as the last task in the playbook.
- name: post_workload tasks complete
  debug:
    msg: "Post-Workload Tasks completed successfully."
  when: not silent|bool