Skip to content

Commit

Permalink
Parameterized tmp dir used during a tarball install.
Browse files Browse the repository at this point in the history
  • Loading branch information
robnk23 authored and Michael DAmato committed Nov 29, 2023
1 parent c819bac commit 8aa7564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/rke2_common/tasks/tarball_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ansible.builtin.tempfile:
state: directory
suffix: rke2-install.XXXXXXXXXX
path: "{{ tarball_tmp_dir | default(omit) }}"
register: temp_dir

- name: Send provided tarball if available
Expand Down

0 comments on commit 8aa7564

Please sign in to comment.