Commit a3104c18 authored by Patricio Bruna's avatar Patricio Bruna

Commit

parent f547b232
...@@ -39,27 +39,7 @@ ...@@ -39,27 +39,7 @@
- yarn - yarn
- zsh-syntax-highlighting - zsh-syntax-highlighting
hombrew_packages: hombrew_packages: ['ansible-lint', 'bfg', 'cask', 'docker-machine-parallels', 'docker', 'rust', 'sshfs', 'vapor', 'watchman']
- 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
homebrew_cask_packages: homebrew_cask_packages:
- atom - atom
- caffeine - caffeine
...@@ -103,8 +83,7 @@ ...@@ -103,8 +83,7 @@
with_items: "{{homebrew_cask_packages}}" with_items: "{{homebrew_cask_packages}}"
- name: Instala paquetes de homebrew - name: Instala paquetes de homebrew
homebrew: name="{{ item }}" state=present homebrew: name="{{ hombrew_packages }}" state=present
with_items: "{{ hombrew_packages }}"
roles: roles:
- role: terminal - role: terminal
- name: Instala paquetes de homebrew para Terminal - name: Instala paquetes de homebrew para Terminal
homebrew: name="{{ item }}" state=present homebrew: name="{{ item }}" state=present
with_items: with_items: ['jq','node','npm','nvm','rbenv','ruby-build','unrar','wget','yarn']
- node
- npm
- rbenv
- name: install oh-my-zsh - name: install oh-my-zsh
tags: terminal 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