Skip to content

Commit b34923f

Browse files
committed
Fixes #38136 - Display subscription-manager status in logs
1 parent b4bd8e2 commit b34923f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/views/unattended/provisioning_templates/snippet/redhat_register.erb

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ description: |
173173
<%= "subscription-manager repo-override --list --repo $repo | grep 'cost:' &>/dev/null || subscription-manager repo-override --repo $repo --add=cost:#{host_param('subscription_manager_override_repos_cost')}" %>
174174
done
175175
<% end -%>
176+
subscription-manager refresh
177+
subscription-manager status
176178

177179
<% if redhat_install_host_tools -%>
178180
$PKG_MANAGER_INSTALL katello-host-tools

0 commit comments

Comments
 (0)