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

Error Parse script #1

Open
zanoniluiz opened this issue Aug 25, 2020 · 1 comment
Open

Error Parse script #1

zanoniluiz opened this issue Aug 25, 2020 · 1 comment

Comments

@zanoniluiz
Copy link

I have a problem when trying to get the hosts of a nutanix cluster through a script. I'm taking the following error:

[root @ srv-ansible-app-prd test-nutanix] # ansible-inventory -i hosts --list

[root@srv-ansible-app-prd teste-nutanix]# ansible-inventory -i hosts --list
[WARNING]: * Failed to parse /root/teste-nutanix/hosts with yaml plugin: Syntax Error while loading YAML. mapping values are not allowed in this context The error
appears to be in '/root/teste-nutanix/hosts': line 11, column 4, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to
be: try: ^ here
[WARNING]: * Failed to parse /root/teste-nutanix/hosts with script plugin: failed to parse executable inventory script results from /root/teste-nutanix/hosts: Syntax
Error while loading YAML. found unexpected ':' The error appears to be in '': line 1, column 36580, but may be elsewhere in the file depending on the exact
syntax problem.
[WARNING]: * Failed to parse /root/teste-nutanix/hosts with ini plugin: /root/teste-nutanix/hosts:3: Expected key=value host variable assignment, got: os
[WARNING]: Unable to parse /root/teste-nutanix/hosts as an inventory source
ERROR! No inventory was parsed, please check your configuration and options.

@dlira2
Copy link

dlira2 commented Mar 4, 2022

hi, i have the same problem , check line 170 an replace with this: print(json.dumps(self.inventory)), After that modification, the problem was solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants