roles/devbox/tasks/main.yml

Sun, 20 Mar 2016 11:01:02 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 20 Mar 2016 11:01:02 -0400
changeset 19
cdba9c64cdec
parent 17
d0d9fdf1f9d3
child 36
745c6a77bf68
permissions
-rw-r--r--

Skip gui.session unless gui.enabled

0
f834f140ebad Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 ---
f834f140ebad Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2
10
ee86092e374a use dist-named includes. fix apt-repository for rpi
Meredith Howard <mhoward@roomag.org>
parents: 8
diff changeset
3 - include: dist-debian.yml
ee86092e374a use dist-named includes. fix apt-repository for rpi
Meredith Howard <mhoward@roomag.org>
parents: 8
diff changeset
4 when: ansible_os_family == 'Debian'
ee86092e374a use dist-named includes. fix apt-repository for rpi
Meredith Howard <mhoward@roomag.org>
parents: 8
diff changeset
5
ee86092e374a use dist-named includes. fix apt-repository for rpi
Meredith Howard <mhoward@roomag.org>
parents: 8
diff changeset
6

mercurial