2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

Confusing error output when rhsm username and/or password is incorrect #23

Open detiber opened 9 years ago

detiber commented 9 years ago

At the very beginning I was putting in incorrect authentication details for my red hat account, but this wasn’t obvious as the output of the error message looked like it was trying to authenticate with an empty username (but this seems to only happen when the username I entered contained an @ symbol, entering ‘pbrookes’ was output correctly) like this:

failed: [openshift-master.hosts.phils-cool-domain.com] => {"cmd": "subscription-manager register --username '' --password '********'", "failed": true, "rc": 70}

thoraxe commented 8 years ago

But this isn't an error on demo-ansible but rather an issue with the underlying subscription-management Ansible module... perhaps this needs to be filed upstream with Ansible?