Merge pull request #125 from rvm/bump_ansible_version_2_2
Bump ansible version from 2.0 to 2.2
This commit is contained in:
@@ -9,7 +9,7 @@ before_install:
|
|||||||
- '__rvm_unload ; rm -rf ~/.rvm'
|
- '__rvm_unload ; rm -rf ~/.rvm'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- 'pip install ansible==2.0.0'
|
- 'pip install ansible==2.2.0'
|
||||||
- 'printf "[defaults]\nroles_path = ../" > ansible.cfg'
|
- 'printf "[defaults]\nroles_path = ../" > ansible.cfg'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ galaxy_info:
|
|||||||
description: The official rvm role to install and manage your ruby versions.
|
description: The official rvm role to install and manage your ruby versions.
|
||||||
company:
|
company:
|
||||||
license: license (MIT)
|
license: license (MIT)
|
||||||
min_ansible_version: 1.5
|
min_ansible_version: 2.2
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
with_items: '{{ rvm1_rubies }}'
|
with_items: '{{ rvm1_rubies }}'
|
||||||
changed_when: False
|
changed_when: False
|
||||||
register: ruby_patch
|
register: ruby_patch
|
||||||
always_run: yes # Run even when in --check mode (http://docs.ansible.com/ansible/playbooks_checkmode.html)
|
check_mode: no # Run in normal mode when in --check mode (http://docs.ansible.com/ansible/playbooks_checkmode.html)
|
||||||
|
|
||||||
- name: Install bundler if not installed
|
- name: Install bundler if not installed
|
||||||
shell: >
|
shell: >
|
||||||
|
|||||||
Reference in New Issue
Block a user