ansible-role-backports/tasks
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.
2017-01-09 22:34:59 +01:00
..
main.yml Use apt_repository module instead of handling apt-get update ourself 2017-01-09 22:34:59 +01:00