Actions
Issue #9004
closedpulp_installer fails on 'Check for existing Pulp Database Encryption Key' when not run as root
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:
Easy Fix
Sprint:
Quarter:
Description
The task Check for existing Pulp Database Encryption Key
is failing when the ansible_user is not root.
The fix is simply become: true
.
CI isn't catching this because of the docker connection connecting as root. I will write up a separate ticket for this.
Actions
Fix failure when checking for db key
when running the installer as non-root.
'pulp-api : Check for existing Pulp Database Encryption Key'
fixes: #9004