Skip to content

Commit

Permalink
correct ansible task
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 15, 2023
1 parent 4fddc86 commit ff24f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/ansible/roles/runner/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
pull: yes
shm_size: 512M
volumes:
- /tmp/setup/setup.sh:/home/setup.sh
- /tmp/setup.sh:/home/setup.sh
command: /home/setup.sh

- name: Remove setup script
ansible.builtin.file:
path: setup/setup.sh
path: /tmp/setup.sh
state: absent

0 comments on commit ff24f5d

Please sign in to comment.