roles/repositories/tasks/debian-testing.yml

changeset 32
70eb0f5478d8
child 83
f2ce8b027b1e
equal deleted inserted replaced
31:9773f51c2d57 32:70eb0f5478d8
1 ---
2 - name: set up repo preferences
3 copy:
4 src: 'preferences.d/{{item}}'
5 dest: /etc/apt/preferences.d/
6 with_items:
7 - '10-testing'
8 - '20-unstable'
9
10 - name: add unstable repo
11 apt_repository:
12 repo: "deb http://http.debian.net/debian unstable main"

mercurial