Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DAmato authored and Michael DAmato committed Nov 28, 2023
1 parent 6e39474 commit c4221f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/rke2_common/tasks/previous_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
executable: /usr/bin/bash
when: rke2_binary.stat.exists
failed_when: >
(installed_rke2_version_tmp.rc != 141) or
(installed_rke2_version_tmp.rc != 141) and
(installed_rke2_version_tmp.rc != 0)
- name: Determine if current version differs what what is being installed
Expand Down

0 comments on commit c4221f5

Please sign in to comment.