Actions
Issue #4111
closedPulp3 Source Installer Not Working
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
I use Pulplift to run the pulp3-source-fedora28 box which runs the "ansible-pulp3/source-install.yml". When I vagrant up pulp3-source-fedora28
I get this error early on:
TASK [Gathering Facts] *********************************************************
fatal: [pulp3-source-fedora28]: FAILED! => {
"changed": false,
"rc": 127
}
MSG:
MODULE FAILURE
See stdout/stderr for the exact error
MODULE_STDOUT:
/bin/sh: /usr/bin/python: No such file or directory
MODULE_STDERR:
Shared connection to 192.168.121.30 closed.
PLAY RECAP *********************************************************************
pulp3-source-fedora28 : ok=0 changed=0 unreachable=0 failed=1
Actions
Specify python interpreter in Vagrantfile
Also add documentation for this variable to all roles.
fixes #4111