Skip to content

Commit

Permalink
fix: files permisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Muransky committed Dec 18, 2024
1 parent ee45dc9 commit bc02e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/rke2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
ansible.builtin.file:
path: "{{ rke2_airgap_copy_sourcepath }}"
state: directory
mode: 0700
- name: Download RKE2 checksum locally
delegate_to: localhost
run_once: true
Expand All @@ -72,6 +73,7 @@
force: yes
url: "{{ item }}"
dest: "{{ rke2_airgap_copy_sourcepath }}/"
mode: 0640
with_items: "{{ [rke2_artifact_url+'/'+rke2_version+'/'] | product(rke2_artifact) | map('join') | list + [rke2_install_bash_url] }}"
- name: Copy local RKE2 files to remote hosts
ansible.builtin.copy:
Expand Down

0 comments on commit bc02e9a

Please sign in to comment.