We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Internal Server Error: /ansible/test/deploykey Traceback (most recent call last): File "/home/ansible/envansible/lib/python2.7/site-packages/django/core/handlers/base.py", line 114, in get_response response = wrapped_callback(request, _callback_args, *_callback_kwargs) File "/home/ansible/ansible_ui/desktop/apps/ansible/views.py", line 777, in deploykey hostlist = get_hosts(inventory, hosts) File "/home/ansible/ansible_ui/desktop/apps/ansible/tasks.py", line 319, in get_hosts inventory = Inventory(hostfile) TypeError: init() takes at least 3 arguments (2 given) 请问这是怎么回事
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Internal Server Error: /ansible/test/deploykey
Traceback (most recent call last):
File "/home/ansible/envansible/lib/python2.7/site-packages/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, _callback_args, *_callback_kwargs)
File "/home/ansible/ansible_ui/desktop/apps/ansible/views.py", line 777, in deploykey
hostlist = get_hosts(inventory, hosts)
File "/home/ansible/ansible_ui/desktop/apps/ansible/tasks.py", line 319, in get_hosts
inventory = Inventory(hostfile)
TypeError: init() takes at least 3 arguments (2 given)
请问这是怎么回事
The text was updated successfully, but these errors were encountered: