aa
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
- hosts: "{{ deploy_hosts }}"
|
||||
remote_user: ubuntu
|
||||
tasks:
|
||||
- name: copy shell
|
||||
copy:
|
||||
src: ../deploy/cleanup.sh
|
||||
dest: "{{ deploy_dir }}/cleanup.sh"
|
||||
owner: ubuntu
|
||||
group: ubuntu
|
||||
mode: 0777
|
||||
- name: copy execute file to dest
|
||||
copy:
|
||||
src: ../jx-print
|
||||
|
||||
Reference in New Issue
Block a user