Commit 53c5b20d by Feanil Patel

Gems for everyone.

parent 37214279
...@@ -133,5 +133,9 @@ ...@@ -133,5 +133,9 @@
mode=0440 validate='visudo -cf %s' mode=0440 validate='visudo -cf %s'
- name: install global gem dependencies - name: install global gem dependencies
gem: name={{ item.name }} state=present version={{ item.version }} gem: >
name={{ item.name }}
state=present
version={{ item.version }}
user_install=no
with_items: jenkins_admin_gem_pkgs with_items: jenkins_admin_gem_pkgs
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