roles/repositories/tasks/debian-testing.yml@509db8d79ab5
roles/repositories/tasks/debian-testing.yml
Thu, 15 Jun 2017 21:24:42 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 15 Jun 2017 21:24:42 -0400
- changeset 71
- 509db8d79ab5
- parent 32
-
70eb0f5478d8
- child 83
-
f2ce8b027b1e
- permissions
- -rw-r--r--
fix
---
- name: set up repo preferences
copy:
src: 'preferences.d/{{item}}'
dest: /etc/apt/preferences.d/
with_items:
- '10-testing'
- '20-unstable'
- name: add unstable repo
apt_repository:
repo: "deb http://http.debian.net/debian unstable main"