Skip to content

Commit

Permalink
fix: whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
codedwrench committed Nov 9, 2023
1 parent 2df6da4 commit 2febc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Ansible_Windows/install_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

- name: Check right version installed
ansible.windows.win_shell: Select-String -Path "{{ drive }}:\{{ install_dir }}\{{ runner_folder }}\version.txt" -Pattern "{{ runner_version }}"
when: not stat_version.stat.exists
when: stat_version.stat.exists
changed_when: false
register: installed_packages

Expand Down

0 comments on commit 2febc6e

Please sign in to comment.