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
95 B
YAML
4 lines
95 B
YAML
---
|
|
- name: Ensure the docker service is running
|
|
script: ../tools/validate-docker-execute.sh
|