add download helm

This commit is contained in:
2022-10-29 18:57:16 +00:00
committed by GitHub
parent 51c93b18db
commit 1804c84965
2 changed files with 14 additions and 1 deletions

View File

@@ -42,3 +42,15 @@
community.general.flatpak:
name: "{{ item }}"
with_items: "{{ required_flatpak_packages }}"
- name: download fedora files
ansible.builtin.get_url:
url: "{{ item.url }}"
dest: "/temp/{{ item.name }}"
mode: '0777'
with_items: "{{ required_manual_packages }}"
#wget https://dl.fedoraproject.org/pub/fedora/linux/releases/36/Everything/x86_64/os/Packages/h/helm-3.5.4-2.fc35.x86_64.rpm -O helm.rpm
#rpmrebuild helm.rpm
#yum install helm.rpm