Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: to_string is not defined when using bad formated hosts inventory #13707

Closed
Yannig opened this issue Jan 1, 2016 · 0 comments · Fixed by #13708
Closed

Bug Report: to_string is not defined when using bad formated hosts inventory #13707

Yannig opened this issue Jan 1, 2016 · 0 comments · Fixed by #13708

Comments

@Yannig
Copy link
Contributor

Yannig commented Jan 1, 2016

Ansible Version:

last devel

Ansible Configuration:

none

Environment:

none

Summary:

When using user@host inventory, Ansible try to call to_string and crash

Steps To Reproduce:

ansible -m debug -i test@127.0.0.1, all

Expected Results:
test@127.0.0.1 | SUCCESS => {
    "msg": "Hello world!"
}
Actual Results:
Unexpected Exception: global name 'to_string' is not defined
to see the full traceback, use -vvv
Yannig added a commit to Yannig/ansible that referenced this issue Jan 1, 2016
abadger pushed a commit that referenced this issue Jan 1, 2016
@ansible ansible locked and limited conversation to collaborators Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant