Nate Stephany
2020-03-10 e5c58270876bf324b5065f1236f9e6b2602a91a5
1
2
3
4
5
6
7
8
---
# Implement your Pre Workload deployment tasks here
 
# Leave this as the last task in the playbook.
- name: pre_workload tasks complete
  debug:
    msg: "Pre-Workload tasks completed successfully."
  when: not silent|bool