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

DURAL: Python3 Not Installed #37

Open
dfhawthorne opened this issue Jan 15, 2021 · 2 comments
Open

DURAL: Python3 Not Installed #37

dfhawthorne opened this issue Jan 15, 2021 · 2 comments
Assignees
Labels
bug Something isn't working documentation Items to be added to or changed in the project documentation

Comments

@dfhawthorne
Copy link
Owner

Describe the bug
When re-installing the DURAL service, the playbook fails because Python3 is not installed.

To Reproduce
Steps to reproduce the behavior:

  1. Run ansible-playbook -K create_test_server.yml
  2. See error

Expected behavior
The playbook should complete without error.

Error Messages
The error messages are:

fatal: [dural.yaocm.id.au]: FAILED! => {"ansible_facts": {}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"failed": true, "module_stderr": "Shared connection to dural.yaocm.id.au closed.\r\n", "module_stdout": "/bin/sh: /usr/bin/python3: No such file or directory\r\n", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127}}, "msg": "The following modules failed to execute: ansible.legacy.setup\n"}

Additional context
N/A

@dfhawthorne dfhawthorne added the bug Something isn't working label Jan 15, 2021
@dfhawthorne dfhawthorne added this to the Post project cleanup milestone Jan 15, 2021
@dfhawthorne dfhawthorne self-assigned this Jan 15, 2021
@dfhawthorne
Copy link
Owner Author

A workaround to run the following command on DURAL:

sudo dnf -y install python3

@dfhawthorne
Copy link
Owner Author

This will probably be a documentation fix.

@dfhawthorne dfhawthorne added the documentation Items to be added to or changed in the project documentation label Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Items to be added to or changed in the project documentation
Projects
None yet
Development

No branches or pull requests

1 participant