Jiří Locker
2020-01-06 37d997d9cfe54655ab91ae4ba738c7a405481e83
1
2
3
4
5
6
7
8
9
---
- name: Delete the remote files used in this role
  file:
    path: /tmp/{{guid}}
    state: absent
 
- name: post_workload Tasks Complete
  debug:
    msg: "Post-Software checks completed successfully"