Bump ansible version from 2.0 to 2.2
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
with_items: '{{ rvm1_rubies }}'
|
||||
changed_when: False
|
||||
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
|
||||
shell: >
|
||||
|
||||
Reference in New Issue
Block a user