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

Role fails to run - Error in Verify version #162

Open
hax0rbana-adam opened this issue Sep 10, 2023 · 0 comments
Open

Role fails to run - Error in Verify version #162

hax0rbana-adam opened this issue Sep 10, 2023 · 0 comments

Comments

@hax0rbana-adam
Copy link

Problem

Failure to run the role using the example playbook in the README.

Error message

TASK [fubarhouse.golang : Go-Lang | Verify version] **************************************************************************************
fatal: [localhost]: FAILED! => {"msg": "The conditional check '(go_version_string not in go_version_output.stdout) and (\"go version devel\" not in go_version_output.stdout)\n' failed. The error was: error while evaluating conditional ((go_version_string not in go_version_output.stdout) and (\"go version devel\" not in go_version_output.stdout)\n): 'dict object' has no attribute 'stdout'"}

Steps to reproduce

sudo apt install ansible
sudo ansible-galaxy install fubarhouse.golang
echo '- hosts: localhost
  roles:
    - fubarhouse.golang' > golang.yml
sudo ansible-playbook golang.yml
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

1 participant