mirror of https://github.com/ansible/ansible.git
Allow gem executable to contain spaces
rbenv has a special exec function which loads the correct ruby version before executing a command. The syntax for this is `/usr/local/rbenv/bin/rbenv exec gem ...` for example. But previously when specifying executable='/usr/local/rbenv/bin/rbenv exec gem' this would not work because the string was treated as one executable. This PR fixes that by splitting the executable on spaces.reviewable/pr18780/r1
parent
2ac27fbbea
commit
6c20fa0d6f
Loading…
Reference in New Issue