b51eeed89e
include is marked as deprecated since ansible 2.4[0] [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated Co-Authored-By: confi-surya <singh.surya64mnnit@gmail.com> Change-Id: Ic9d71e1865d1c728890625aeddf424a5734c0a8a
9 lines
162 B
YAML
9 lines
162 B
YAML
---
|
|
- include_tasks: validate_docker_execute.yml
|
|
|
|
- include_tasks: cleanup_containers.yml
|
|
|
|
- include_tasks: cleanup_images.yml
|
|
|
|
- include_tasks: cleanup_host.yml
|