roles/repositories/tasks/debian-stable.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 75
082685c4bd2a
permissions
-rw-r--r--

add notes

---
- name: add backports repo
  apt_repository:
    repo: "deb http://http.debian.net/debian {{ansible_distribution_release}}-backports main"

- name: add pgdg repo
  apt_repository:
    repo: "deb http://apt.postgresql.org/pub/repos/apt/ {{ansible_distribution_release}}-pgdg main"
  when: ansible_architecture in ["i386", "x86_64"]

mercurial