18 lines
394 B
YAML
18 lines
394 B
YAML
![]() |
---
|
||
|
- name: Creating /kolla-stop/tools directory on node
|
||
|
file:
|
||
|
state: directory
|
||
|
path: /tmp/kolla-stop/tools
|
||
|
|
||
|
- name: Copying validate-docker-execute.sh file
|
||
|
copy:
|
||
|
src: ../tools/validate-docker-execute.sh
|
||
|
dest: /tmp/kolla-stop/tools
|
||
|
mode: 0755
|
||
|
|
||
|
- name: Copying stop-containers file
|
||
|
copy:
|
||
|
src: ../tools/stop-containers
|
||
|
dest: /tmp/kolla-stop/tools
|
||
|
mode: 0755
|