Bump ansible version from 2.0 to 2.2

This commit is contained in:
Paul Montero
2016-11-28 16:25:02 -05:00
parent 764ad20b9a
commit 7adc31ae71
3 changed files with 3 additions and 3 deletions

View File

@@ -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: >