Skip to content

Commit

Permalink
do not fail while checking if the correct ruby version is installed/s…
Browse files Browse the repository at this point in the history
…elected (#69)
  • Loading branch information
hqm42 authored and zzet committed Sep 20, 2016
1 parent 3cb88f1 commit 44c89c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
register: ruby_installed
changed_when: false
ignore_errors: yes
failed_when: false
always_run: yes
when: rbenv.env == "system"
tags:
Expand All @@ -200,6 +201,7 @@
register: ruby_selected
changed_when: false
ignore_errors: yes
failed_when: false
always_run: yes
when: rbenv.env == "system"
tags:
Expand All @@ -223,6 +225,7 @@
register: ruby_installed
changed_when: false
ignore_errors: yes
failed_when: false
always_run: yes
tags:
- rbenv
Expand Down Expand Up @@ -250,6 +253,7 @@
register: ruby_selected
changed_when: false
ignore_errors: yes
failed_when: false
always_run: yes
tags:
- rbenv
Expand Down

0 comments on commit 44c89c6

Please sign in to comment.