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
satellite-clone/library/parse_backup_metadata.py
Line 1 in 2ecf359
satellite-clone failed as pyyaml module is not installed by default on system.
TASK [satellite-clone : Check for satellite version in metadata file] ********** ****** fatal: FAILED! => {"changed": false, "module_stderr": "Shared connection to $hostname closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_dazZ_6/ansible_module_parse_backup_metadata.py\", line 1, in <module>\r\n import yaml\r\nImportError: No module named yaml\r\n", "msg": "MODULE FAILURE", "rc": 1}
Can we handle this with clone itself?
Workaround: pip install pyyaml
pip install pyyaml
The text was updated successfully, but these errors were encountered:
Is this still relevant? It feels like a packaging bug.
Sorry, something went wrong.
No branches or pull requests
satellite-clone/library/parse_backup_metadata.py
Line 1 in 2ecf359
satellite-clone failed as pyyaml module is not installed by default on system.
Can we handle this with clone itself?
Workaround:
pip install pyyaml
The text was updated successfully, but these errors were encountered: