roles/repositories/tasks/debian-testing.yml

Fri, 23 Jun 2017 20:24:11 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 23 Jun 2017 20:24:11 -0400
changeset 76
9c024e39a565
parent 32
70eb0f5478d8
child 83
f2ce8b027b1e
permissions
-rw-r--r--

clean up task names

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