Adding deb contrib and dosemu

This commit is contained in:
Ubergeek 2019-02-08 00:17:36 +00:00
parent c9e54cea12
commit 3ca8533355
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,11 @@
repo: 'deb http://debian.drdteam.org/ stable multiverse'
state: present
update_cache: yes
- name: Add debian contrib
apt_repository:
repo: 'deb http://ftp.de.debian.org/debian stretch main contrib'
state: present
update_cache: yes
- name: Install baseline packages
apt:
@ -147,6 +152,7 @@
- minetest-mod-torches
- minetest-server
- zandronum-server
- dosemu
#Install python packages, when it's the latest
- name: Install pip packages