Skip to content

Commit

Permalink
Use creates to prevent copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed May 21, 2024
1 parent c652de2 commit b02a5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/operations.runner/tasks/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Retry because it will fail if a job is running.
- name: Copy GitHub Runner
creates: "{{ operations_github_runner_path }}"
until: result is succeeded
register: result
retries: 4
Expand Down

0 comments on commit b02a5c0

Please sign in to comment.