roles/devbox/tasks/dist-macosx.yml

Wed, 13 Apr 2016 12:36:13 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Apr 2016 12:36:13 -0400
changeset 36
745c6a77bf68
parent 17
d0d9fdf1f9d3
child 48
af865a84224a
permissions
-rw-r--r--

Move known_hosts stuff to system-wide / remove dotfiles from user role

---

# have to:
# - install/enable xcode
# - install macports
# - set macports in /etc/paths.d/ ?

- name: Install base packages
  macports: name={{item}} state=active
  with_items:
    - MacVim
    - ctags
    - tmux
    - dejavu-fonts
  tags: packages, install

mercurial