Skip to content

Commit

Permalink
correct copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 17, 2023
1 parent f9032e5 commit 787e7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/ansible/roles/host/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

- name: Copy run script to host
copy:
src: setup/setup.sh
dest: /tmp/setup.sh
src: setup/run.sh
dest: /tmp/run.sh
mode: '0755'
when: "'run' in ansible_run_tags"

Expand Down

0 comments on commit 787e7ef

Please sign in to comment.