roles/firefox/tasks/main.yml

Thu, 14 Apr 2016 22:35:55 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 14 Apr 2016 22:35:55 -0400
changeset 46
c98aa42d7d53
parent 35
5da50e754d33
child 49
6dbfcfdf807c
permissions
-rw-r--r--

Add urxvt 256

---
- apt_repository:
    repo: "deb http://mozilla.debian.net/ {{ansible_distribution_release}}-backports firefox-release"
  when: >
    ansible_os_family == 'Debian'
    and ansible_distribution_release != 'NA'
  tags: repos

- package:
    name: firefox
    state: latest
  tags: packages, install
  when: >
    not ( ansible_os_family == 'Debian'
      and ansible_distribution_release == 'NA')

mercurial