Issue #6956
closedpulp_installer doesn't install webserver snippets when pulp_install_dir is changed
Description
Looking at the code, pulp_installer not detect webserver snippets when pulp_install_dir is changed from the default /usr/local/lib/pulp/ to any other value. This is because the script to find the snippets is called with /usr/local/lib/pulp/bin/python hardcoded.
The task will not fail either, it misbehaves, because failed_when: false
Updated by mdepaulo@redhat.com over 4 years ago
- Subject changed from pulp_installer doesn't detect webserver snippets when pulp_install_dir is changed to pulp_installer doesn't install webserver snippets when pulp_install_dir is changed
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision b3cec686 | View on GitHub
Problem: pulp_installer doesn't install webserver snippets
when pulp_install_dir is changed
Solution: Use pulp_install_dir rather than hardcode the path.
Also fail the task if the python intepreter is not found.
fixes: #6956
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|b3cec686603e734074eca0c02a2ab653bbd15821.
Updated by Anonymous over 4 years ago
Applied in changeset ansible-pulp3|b3cec686603e734074eca0c02a2ab653bbd15821.
Updated by fao89 over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: pulp_installer doesn't install webserver snippets
when pulp_install_dir is changed
Solution: Use pulp_install_dir rather than hardcode the path.
Also fail the task if the python intepreter is not found.
fixes: #6956