roles/repositories/tasks/debian-testing.yml

Wed, 13 Apr 2016 13:13:07 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Apr 2016 13:13:07 -0400
changeset 43
31d5f9b7cff2
parent 32
70eb0f5478d8
child 83
f2ce8b027b1e
permissions
-rw-r--r--

add notes

32
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 ---
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 - name: set up repo preferences
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 copy:
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 src: 'preferences.d/{{item}}'
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 dest: /etc/apt/preferences.d/
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 with_items:
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7 - '10-testing'
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 - '20-unstable'
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
9
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10 - name: add unstable repo
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
11 apt_repository:
70eb0f5478d8 break out settings for stable and testing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12 repo: "deb http://http.debian.net/debian unstable main"

mercurial