Playing catchup on packges installed
This commit is contained in:
parent
359801d667
commit
9b6644036b
|
@ -47,6 +47,12 @@
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
- name: Add Debian unstable
|
||||||
|
apt_repository:
|
||||||
|
repo: 'deb http://deb.debian.org/debian/ unstable main'
|
||||||
|
state: present
|
||||||
|
update_cache: yes
|
||||||
|
|
||||||
- name: Add mono-project repo
|
- name: Add mono-project repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: 'deb https://download.mono-project.com/repo/debian stable-buster main'
|
repo: 'deb https://download.mono-project.com/repo/debian stable-buster main'
|
||||||
|
@ -88,6 +94,7 @@
|
||||||
- fingerd
|
- fingerd
|
||||||
- fish
|
- fish
|
||||||
- fortune
|
- fortune
|
||||||
|
- frotz
|
||||||
- gitweb
|
- gitweb
|
||||||
- gopher
|
- gopher
|
||||||
- gnome-icon-theme
|
- gnome-icon-theme
|
||||||
|
@ -205,6 +212,7 @@
|
||||||
- scala
|
- scala
|
||||||
- scala-doc
|
- scala-doc
|
||||||
- scala-library
|
- scala-library
|
||||||
|
- sipcalc
|
||||||
- staticsite
|
- staticsite
|
||||||
- stow
|
- stow
|
||||||
- talk
|
- talk
|
||||||
|
@ -230,6 +238,7 @@
|
||||||
- weechat-scripts
|
- weechat-scripts
|
||||||
- weechat-tcl
|
- weechat-tcl
|
||||||
- whois
|
- whois
|
||||||
|
- wireguard
|
||||||
- wordgrinder-ncurses
|
- wordgrinder-ncurses
|
||||||
- x11vnc
|
- x11vnc
|
||||||
- xdm
|
- xdm
|
||||||
|
|
Loading…
Reference in New Issue