add more installs

Fri, 10 Feb 2017 03:23:21 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 10 Feb 2017 03:23:21 -0500
changeset 48
af865a84224a
parent 47
9706ed9b8f06
child 49
6dbfcfdf807c

add more installs

roles/devbox/tasks/dist-debian.yml file | annotate | diff | comparison | revisions
roles/devbox/tasks/dist-macosx.yml file | annotate | diff | comparison | revisions
roles/repositories/tasks/debian.yml file | annotate | diff | comparison | revisions
--- a/roles/devbox/tasks/dist-debian.yml
+++ b/roles/devbox/tasks/dist-debian.yml
@@ -20,6 +20,7 @@
     - lightdm
     - rxvt-unicode-256color
     - i3
+    - xautolock
     - fonts-dejavu-extra
     - fonts-opensymbol
     - scrot
--- a/roles/devbox/tasks/dist-macosx.yml
+++ b/roles/devbox/tasks/dist-macosx.yml
@@ -8,10 +8,13 @@
 - name: Install base packages
   macports: name={{item}} state=active
   with_items:
+    - zsh
     - MacVim
     - ctags
     - tmux
     - dejavu-fonts
+    - git
+    - mercurial
   tags: packages, install
 
 
--- a/roles/repositories/tasks/debian.yml
+++ b/roles/repositories/tasks/debian.yml
@@ -1,5 +1,8 @@
 ---
 
+- name: add aptitude
+  apt: name=aptitude state=installed
+
 - name: add python-apt
   apt: name=python-apt state=installed
 

mercurial