firefox.yml aktualisiert
This commit is contained in:
parent
cd19e37817
commit
980830347a
@ -30,7 +30,7 @@
|
|||||||
- "/etc/librewolf/policies/policies.json"
|
- "/etc/librewolf/policies/policies.json"
|
||||||
|
|
||||||
- name: Get sha256
|
- name: Get sha256
|
||||||
shell: wget -q https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/latest/LibreWolf.x86_64.AppImage.sha256 -O - | cut -d" " -f1
|
shell: wget -q https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/latest/LibreWolf.{{ ansible_architecture }}.AppImage.sha256 -O - | cut -d" " -f1
|
||||||
register: command_output
|
register: command_output
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
- name: Download LibreWolf as Appimage (flatpak ignores policies.json)
|
- name: Download LibreWolf as Appimage (flatpak ignores policies.json)
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/latest/LibreWolf.x86_64.AppImage
|
url: https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/latest/LibreWolf.{{ ansible_architecture }}.AppImage
|
||||||
dest: /usr/local/bin/librewolf
|
dest: /usr/local/bin/librewolf
|
||||||
checksum: sha256:{{ librewolf_sha256 }}
|
checksum: sha256:{{ librewolf_sha256 }}
|
||||||
mode: "0555"
|
mode: "0555"
|
||||||
|
Loading…
Reference in New Issue
Block a user