Wolfgang Kulhanek
2019-08-06 9b0237b4a7647dd77483617706e2ac9214c25ab2
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-Software checks completed successfully"
  when: not silent|bool