Skip to content

Commit

Permalink
Merge pull request #138 from bew/patch-1
Browse files Browse the repository at this point in the history
Fix last deprecation warnings on bare variable
  • Loading branch information
zzet committed Jun 17, 2019
2 parents 4ccf295 + 65a62dd commit 451fb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/user_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
become: yes
become_user: "{{ item }}"
when:
- rbenv_set_vars
- rbenv_set_vars | bool
ignore_errors: yes

- name: check ruby versions installed for select users
Expand Down

0 comments on commit 451fb6e

Please sign in to comment.