Project

Profile

Help

Task #6548

Updated by mdepaulo@redhat.com about 4 years ago

prereq roles pulp_rpm_prerequisites need to use the new variables mechanisms to clone the correct branch of pulpcore,    pulp_rpm, etc. 

 Rather than doing a ton of individual yq commands to modify pulp_installer variables, commands, we should do 1 of the following: 
 * Replace the pulp_installer group_vars files with prereq roles' versions 
 * Merge group_vars files, like with the `yq` merge subcommand.

Back