firefox.yml aktualisiert
This commit is contained in:
parent
7588a4550c
commit
cd19e37817
@ -6,7 +6,6 @@
|
||||
apt:
|
||||
name:
|
||||
- firefox
|
||||
# - firefox-locale-de
|
||||
|
||||
- name: Install Flatpaks
|
||||
community.general.flatpak:
|
||||
@ -53,7 +52,7 @@
|
||||
create: yes
|
||||
marker: "# {mark} ANSIBLE MANAGED 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
|
||||
rm /tmp/vdh.deb
|
||||
backup: yes
|
||||
|
Loading…
Reference in New Issue
Block a user