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