Skip to content

Instantly share code, notes, and snippets.

@krzysztof-magosa
Created November 2, 2015 15:40
Show Gist options
  • Save krzysztof-magosa/a914acbc89bde1780beb to your computer and use it in GitHub Desktop.
Save krzysztof-magosa/a914acbc89bde1780beb to your computer and use it in GitHub Desktop.
- name: Install ruby gems
gem: name="{{ item[0] }}" executable=~/.rbenv/shims/gem user_install=no
notify: rehash rbenv
environment:
RBENV_VERSION: "{{ item[1] }}"
tags:
- ruby
with_nested:
- ruby_gems
- ruby_versions
when: ansible_os_family == "Darwin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment