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