deploy wrapper script to /usr/local/bin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-06-29 09:04:49 +02:00
parent d70d313609
commit 7ad53e56eb
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -15,7 +15,7 @@
- name: Add docker-compose wrapper
template:
src: bin/docker-compose.j2
dest: /bin/docker-compose
dest: /usr/local/bin/docker-compose
owner: root
group: root
mode: 0755