roles/repositories/tasks/debian-stable.yml

Wed, 13 Apr 2016 13:22:28 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Apr 2016 13:22:28 -0400
changeset 45
2383a9aa66a8
parent 32
70eb0f5478d8
child 75
082685c4bd2a
permissions
-rw-r--r--

actually install lightdm

---
- 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