Failure to Install Ansible-Galaxy Roles

Hi,

I am trying to install Ansible-Galaxy roles with the command ansible-galaxy install -r requirements.yml. I am getting the following message: “- downloading role ‘ntp’, owned by resmo
ERROR! Unexpected Exception: name must be a byte string.”

My version of Ansible is 2.1.0.0 and Python is 2.7.8. I am running it on OSX 10.9.5 version.

Any help would be really appreciated.

Thanks,
Roxana

1 Like

Try downgrading Ansible to 2.0.2.0

Thanks, I’ll try it and see if it works.

Downgrading to 2.0.2.0 did the trick. Thanks again for your help!

1 Like