Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
Issue #7640
Task #7638: Fix ansible_python_interpreter issues in pulp_installer
pulp_rpm_prerequisites sets ansible_python_interpreter unnecessarily
Description
There is no reason it should be set to:
ansible_python_interpreter: /usr/bin/python
Since the behavior of auto_legacy and auto is to set it to that (python2) anyway.
It also would only affect the role (and later applied roles) at most, since the role is always (and conditionally) dynamically included. If it has any effect, this makes it harder to test the installer, different interpreter depending on whether or not pulp_rpm is getting installed.
History
#1
Updated by mdepaulo@redhat.com 5 months ago
- Triaged changed from No to Yes
Please register to edit this issue