From fe801cb7fbf983ef397257117da30ce4ccc938b4 Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Thu, 14 Dec 2017 15:54:45 -0500 Subject: Move repo and subscribe to prerequisites This commit refactors some steps in rhel subscribe and moves repos.yml from init/main to prerequisites. --- roles/rhel_subscribe/tasks/satellite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/rhel_subscribe/tasks/satellite.yml') diff --git a/roles/rhel_subscribe/tasks/satellite.yml b/roles/rhel_subscribe/tasks/satellite.yml index b2b2a621d..dadbe3487 100644 --- a/roles/rhel_subscribe/tasks/satellite.yml +++ b/roles/rhel_subscribe/tasks/satellite.yml @@ -1,5 +1,5 @@ --- - name: Satellite preparation - command: "rpm -Uvh http://{{ rhel_subscription_server }}/pub/katello-ca-consumer-latest.noarch.rpm" + command: "rpm -Uvh http://{{ rhsub_server }}/pub/katello-ca-consumer-latest.noarch.rpm" args: creates: /etc/rhsm/ca/katello-server-ca.pem -- cgit v1.2.3