roles/devbox/tasks/dist-macosx.yml

Sun, 14 Jul 2019 02:56:26 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 14 Jul 2019 02:56:26 -0500
changeset 89
86248a83a3dd
parent 48
af865a84224a
permissions
-rw-r--r--

apply ansible-lint suggestions

12
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 ---
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2
14
ee98a4f82632 Add notes
Meredith Howard <mhoward@roomag.org>
parents: 12
diff changeset
3 # have to:
ee98a4f82632 Add notes
Meredith Howard <mhoward@roomag.org>
parents: 12
diff changeset
4 # - install/enable xcode
ee98a4f82632 Add notes
Meredith Howard <mhoward@roomag.org>
parents: 12
diff changeset
5 # - install macports
ee98a4f82632 Add notes
Meredith Howard <mhoward@roomag.org>
parents: 12
diff changeset
6 # - set macports in /etc/paths.d/ ?
ee98a4f82632 Add notes
Meredith Howard <mhoward@roomag.org>
parents: 12
diff changeset
7
12
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 - name: Install base packages
89
86248a83a3dd apply ansible-lint suggestions
Meredith Howard <mhoward@roomag.org>
parents: 48
diff changeset
9 macports:
86248a83a3dd apply ansible-lint suggestions
Meredith Howard <mhoward@roomag.org>
parents: 48
diff changeset
10 name: "{{ item }}"
86248a83a3dd apply ansible-lint suggestions
Meredith Howard <mhoward@roomag.org>
parents: 48
diff changeset
11 state: active
12
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12 with_items:
48
af865a84224a add more installs
Meredith Howard <mhoward@roomag.org>
parents: 17
diff changeset
13 - zsh
12
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
14 - MacVim
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
15 - ctags
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
16 - tmux
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
17 - dejavu-fonts
48
af865a84224a add more installs
Meredith Howard <mhoward@roomag.org>
parents: 17
diff changeset
18 - git
af865a84224a add more installs
Meredith Howard <mhoward@roomag.org>
parents: 17
diff changeset
19 - mercurial
12
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
20 tags: packages, install
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
21
90280b50c134 add osx base poets
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
22

mercurial