Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 17, 2023
1 parent 92a70bd commit f9032e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/ansible/roles/runner/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- /tmp/run.sh:/home/run.sh
command: /home/run.sh
user: nonroot
when: "'run' in ansible_run_tags"
when: "'run' in ansible_run_tags"

- name: Remove run script
ansible.builtin.file:
Expand Down

0 comments on commit f9032e5

Please sign in to comment.