From a10f8e025395433cd29054971e2e40f6d0d1c13f Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 15 Jul 2021 16:43:36 +0800 Subject: [PATCH] aa --- deploy/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index eec188b..50542e1 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -3,7 +3,7 @@ remote_user: ubuntu tasks: - name: copy shell - copy: + copy: src: ../deploy/cleanup.sh dest: "{{ deploy_dir }}/cleanup.sh" owner: ubuntu