zzet / rbenv

Ansible role for installing rbenv.
https://galaxy.ansible.com/zzet/rbenv/
188 stars 112 forks source link

Quote task names with variables #134

Closed Tom-Le closed 5 years ago

Tom-Le commented 5 years ago

Task names with variables need to be quoted so those variables can properly expand.

Tom-Le commented 5 years ago

Haha never mind, guess that didn't make a difference. There's a specific task in user_install.yml whose name contains an item[1].version which can't be expanded. I'm guessing it's because item isn't defined until we enter the loop defined in that task. Not sure how to work around that however.