Skip to content

Commit

Permalink
Merge pull request #173 from robnk23/parameterize-tarball-tmp-dir
Browse files Browse the repository at this point in the history
Parameterized temp dir used during a tarball install.
  • Loading branch information
mddamato committed Nov 29, 2023
2 parents c819bac + 8aa7564 commit 1c0df9a
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 1c0df9a

Please sign in to comment.