Razique Mahroua
2020-02-27 9f5643221c161807de83d51d70602de954366ede
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Implement your Workload deployment tasks here
 
- name: Setting up workload for user
  debug:
    msg: "Setting up workload for user ocp_username = {{ ocp_username }}"
 
 
# Leave this as the last task in the playbook.
- name: workload tasks complete
  debug:
    msg: "Workload Tasks completed successfully."
  when: not silent|bool