8f2256d299
Ansible provide script module to run shell script, The local script at path will be transferred to the remote node and then executed, so no need to copy script to remote node and use shell moulde to run it. this patch optimise it. Change-Id: If774502b66652f25593cda137cc8a5baefbd9695
4 lines
94 B
YAML
4 lines
94 B
YAML
---
|
|
- name: Destroying all Kolla containers and volumes
|
|
script: ../tools/cleanup-containers
|