Commit a3104c18 authored by Patricio Bruna's avatar Patricio Bruna

Commit

parent f547b232
......@@ -39,27 +39,7 @@
- yarn
- zsh-syntax-highlighting
hombrew_packages:
- ansible-lint
- bfg
- cask
- docker-machine-parallels
- docker
- jq
- node
- npm
- nvm
- rbenv
- ruby-build
- rust
- sshfs
- unrar
- vapor
- watchman
- wget
- yarn
- zsh-syntax-highlighting
hombrew_packages: ['ansible-lint', 'bfg', 'cask', 'docker-machine-parallels', 'docker', 'rust', 'sshfs', 'vapor', 'watchman']
homebrew_cask_packages:
- atom
- caffeine
......@@ -103,8 +83,7 @@
with_items: "{{homebrew_cask_packages}}"
- name: Instala paquetes de homebrew
homebrew: name="{{ item }}" state=present
with_items: "{{ hombrew_packages }}"
homebrew: name="{{ hombrew_packages }}" state=present
roles:
- role: terminal
- name: Instala paquetes de homebrew para Terminal
homebrew: name="{{ item }}" state=present
with_items:
- node
- npm
- rbenv
with_items: ['jq','node','npm','nvm','rbenv','ruby-build','unrar','wget','yarn']
- name: install oh-my-zsh
tags: terminal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment