Skip to content

Commit

Permalink
Merge pull request #251 from ntheanh201/agent
Browse files Browse the repository at this point in the history
add environment INSTALL_RKE2_TYPE
  • Loading branch information
MonolithProjects authored Oct 12, 2024
2 parents a77f6fd + e02b4d5 commit 6769a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/rke2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
INSTALL_RKE2_CHANNEL_URL: "{{ rke2_channel_url }}"
INSTALL_RKE2_CHANNEL: "{{ rke2_channel }}"
INSTALL_RKE2_METHOD: "{{ rke2_method }}"
INSTALL_RKE2_TYPE: "{{ rke2_type }}"
changed_when: false
when: not ansible_check_mode and rke2_version != installed_version and not rke2_airgap_mode

Expand Down

0 comments on commit 6769a92

Please sign in to comment.