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

Updated to not use `become` when run under OSX. #107

Closed yardbirdsax closed 4 years ago

yardbirdsax commented 4 years ago

This corrects the issue reported in #106 by using a different task to install required packages when the role is installed in OSX, which removes the become attribute.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

yardbirdsax commented 4 years ago

Hold off please, I messed up a rewrite of the commit history to include my e-mail. Doh!

yardbirdsax commented 4 years ago

Ok, all fixed.

freemanjp commented 4 years ago

Fix: resolves #106

freemanjp commented 4 years ago

@yardbirdsax you can find your fix in version 2.2.2 of this role.