Skip to content

Commit

Permalink
adding hauler store
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed May 14, 2024
1 parent d8734fb commit a7cbdbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/install_rke2_controller/tasks/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
owner: "{{ admin_user }}"
group: "{{ admin_user }}"
mode: '0750'
remote_src: true

- name: Download k9s bin to .local/bin
ansible.builtin.unarchive:
Expand All @@ -97,6 +98,7 @@
owner: "{{ admin_user }}"
group: "{{ admin_user }}"
mode: '0750'
remote_src: true

- name: Cleanup tmp dir
ansible.builtin.file:
Expand Down

0 comments on commit a7cbdbb

Please sign in to comment.