roles/repositories/tasks/debian-testing.yml

Mon, 22 Oct 2018 20:54:07 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 22 Oct 2018 20:54:07 -0500
changeset 85
25111b904b2c
parent 83
f2ce8b027b1e
permissions
-rw-r--r--

use https redirector now

---
- 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:
    filename: "debian-unstable"
    repo: "deb https://deb.debian.org/debian unstable main"

mercurial