I ran into the same issue when I was writing my python installation script for Foreman a few months back (https://github.com/hamiheim/foreman_installer). I'd recommend either updating the satellite module to use "dnf module switch-to" for both ruby and psql, or adding a step in the installer prior to installing the satellite module to run the switch-to module command for both modules. This will prevent errors about conflicting modules, and make the installation cleaner. Reported by: bman12092 https://access.redhat.com/documentation/en-us/red_hat_satellite/6.13/html/installing_satellite_server_in_a_disconnected_network_environment/installing_server_disconnected_satellite#annotations:9b5c9d34-cf55-4c07-b161-ee22554276a9
Hello, Many thanks for using the Direct documentation Feedback tool to report this suggestion for improvement. The Bugzilla will go through proper team triage, and the documentation team will inform about updates on the implmentation to product docs in this ticket. Thank you!
The easier workaround is to just do all enablements in one go explicitly: # dnf module enable ruby:2.7 postgresql:12 satellite:el8 But we deliberately only list the satellite module to not have to maintain a list of dependencies in multiple places (installer, docs, module metadata).