Browse Source

Install subscription-manager to fix issue-3102

Kunal Limaye 8 years ago
parent
commit
c8b8b77d7d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      roles/rhel_subscribe/tasks/main.yml

+ 5 - 0
roles/rhel_subscribe/tasks/main.yml

@@ -27,6 +27,11 @@
     creates: /etc/rhsm/ca/katello-server-ca.pem
   when: rhel_subscription_server is defined and rhel_subscription_server
 
+- name: Install Red Hat Subscription manager
+  yum:
+    name: subscription-manager
+    state: present
+    
 - name: RedHat subscriptions
   redhat_subscription:
     username: "{{ rhel_subscription_user }}"