mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-23 20:30:18 +00:00
Playing catchup on packges installed
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user