Commit Graph

7 Commits (db2aba101c24163269e409ea6e6a78f1a8c88966)
 

Author SHA1 Message Date
neingeist db2aba101c 🧹 use template for backports.list
neingeist 5f5937d413 remove incomplete sources lists
neingeist 5df2b1ac11 remove obsolete apt list entries
neingeist fd993aa12e add contrib + non-free
neingeist df4b40f58f make this work with stretch
neingeist c5317f1bca Use apt_repository module instead of handling apt-get update ourself
The apt_repository module already handles apt-get updating after install of a
repo, so use that instead of handling it ourself. Also, ansible-lint didn't
like our approach.

The change also requires Ansible >= 2.1 due to the filename option to
apt_repository.
neingeist b6b4e312b1 add role to configure jessie-backports