ansible role to install backports apt source
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
tasks Use apt_repository module instead of handling apt-get update ourself 8 years ago