firefox.yml aktualisiert

This commit is contained in:
olli 2024-04-05 12:16:02 +02:00
parent 7588a4550c
commit cd19e37817

View File

@ -6,7 +6,6 @@
apt: apt:
name: name:
- firefox - firefox
# - firefox-locale-de
- name: Install Flatpaks - name: Install Flatpaks
community.general.flatpak: community.general.flatpak:
@ -53,7 +52,7 @@
create: yes create: yes
marker: "# {mark} ANSIBLE MANAGED BLOCK" marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: | block: |
wget -q $(curl -s https://api.github.com/repositories/108186071/releases/latest | jq -r '.assets[].browser_download_url' | grep linux-x86_64.deb | head -n1) -O /tmp/vdh.deb wget -q $(curl -s https://api.github.com/repositories/108186071/releases/latest | jq -r '.assets[].browser_download_url' | grep linux-{{ ansible_architecture }}.deb | head -n1) -O /tmp/vdh.deb
dpkg -i /tmp/vdh.deb dpkg -i /tmp/vdh.deb
rm /tmp/vdh.deb rm /tmp/vdh.deb
backup: yes backup: yes