More packages and new firefox
This commit is contained in:
parent
0d1cb319c7
commit
03a0c71104
3 changed files with 7 additions and 4 deletions
|
@ -16,8 +16,10 @@
|
|||
- ansible
|
||||
- cargo
|
||||
- composer
|
||||
- cups
|
||||
- curl
|
||||
- dia
|
||||
- evince
|
||||
- fcitx5
|
||||
- flameshot
|
||||
- foot
|
||||
|
@ -33,6 +35,7 @@
|
|||
- network-manager-gnome
|
||||
- network-manager-config-connectivity-debian
|
||||
- nextcloud-desktop
|
||||
- nheko
|
||||
- nodejs
|
||||
- npm
|
||||
- pass
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
vars:
|
||||
uid: "{{ lookup('env','USER') }}"
|
||||
host_app_url: https://github.com/passff/passff-host/releases/latest/download/install_host_app.sh
|
||||
key_path: /usr/share/keyrings/firefox.gpg
|
||||
key_url: http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xc77205f7194a3e1abe2df9a4b7b9c16f2667ca5c
|
||||
key_path: /etc/apt/keyrings/packages.mozilla.org.asc
|
||||
key_url: https://packages.mozilla.org/apt/repo-signing-key.gpg
|
||||
connection: local
|
||||
become: false
|
||||
tasks:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Types: deb
|
||||
URIs: http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt
|
||||
Suites: all
|
||||
URIs: https://packages.mozilla.org/apt
|
||||
Suites: mozilla
|
||||
Components: main
|
||||
Architectures: amd64
|
||||
Signed-By: {{ key_path }}
|
||||
|
|
Loading…
Add table
Reference in a new issue