Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed Jul 26, 2024
1 parent 2127426 commit ee61292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/rke2/tasks/calculate_rke2_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
ansible.builtin.set_fact:
rke2_full_version: ""
when:
rke2_full_version is skipped
- rke2_full_version.skipped is defined
- rke2_full_version is skipped

# - name: Set rke2_full_version fact
# ansible.builtin.set_fact:
Expand Down

0 comments on commit ee61292

Please sign in to comment.