gantsign / ansible-role-oh-my-zsh

Ansible role for installing and configuring oh-my-zsh
https://galaxy.ansible.com/gantsign/oh-my-zsh
MIT License
165 stars 41 forks source link

Clone oh-my-zsh into user home #83

Closed segfault16 closed 5 years ago

segfault16 commented 5 years ago

Fix issue where oh-my-zsh is cloned into root home instead of the users home

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

freemanjp commented 5 years ago

@segfault16 thanks for this pull request. I've added a pull request to your fork with a slight change to prevent parameter injection attacks (https://github.com/segfault16/ansible-role-oh-my-zsh/pull/1). Can you check that that still resolves your issue and if it does merge it so it can be included in this pull request.

Thanks

freemanjp commented 5 years ago

Thanks @segfault16, you can find this fix in the 2.2.0 release of this role.