playbook.yml

Wed, 14 Jun 2017 21:11:54 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 14 Jun 2017 21:11:54 -0400
changeset 49
6dbfcfdf807c
parent 44
bb6b3457957b
child 52
bdd6c5938090
permissions
-rw-r--r--

Fix firefox install (ESR, no weird repo)

---
- hosts: devbox
  become: yes
  roles:
    - devbox
    - user
    - {role: firefox, when: gui_enabled}

mercurial