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
OS Version: CentOS Linux release 7.6.1810 Ansible st2 version: https://github.com/StackStorm/ansible-st2/tree/v1.3.0 Ansible version: ansible 2.7.6
CentOS Linux release 7.6.1810
https://github.com/StackStorm/ansible-st2/tree/v1.3.0
ansible 2.7.6
Using the following host_vars:
host_vars
--- ... st2_config: {} st2_packs: []
Gives:
TASK [StackStorm.st2smoketests : Verify if st2 pack was installed] ************************************************************************* fatal: [st2]: FAILED! => {"changed": false, "cmd": ["st2", "pack", "get", "st2"], "delta": "0:00:00.708317", "end": "2019-09-12 09:03:10.273644", "msg": "non-zero return code", "rc": 2, "start": "2019-09-12 09:03:09.565327", "stderr": "", "stderr_lines": [], "stdout": "Pack \"st2\" is not found.", "stdout_lines": ["Pack \"st2\" is not found."]}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
OS Version:
CentOS Linux release 7.6.1810
Ansible st2 version:
https://github.com/StackStorm/ansible-st2/tree/v1.3.0
Ansible version:
ansible 2.7.6
Using the following
host_vars
:Gives:
The text was updated successfully, but these errors were encountered: