From: Alfredo Deza Date: Wed, 14 Dec 2016 13:13:26 +0000 (-0500) Subject: ceph-agent: do not check for subscription manager for agent install X-Git-Tag: v2.1.0~13^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=640442bee60dd629e325e8790225e3bc6bc2e7ef;p=ceph-ansible.git ceph-agent: do not check for subscription manager for agent install Signed-off-by: Alfredo Deza Resolves: rhbz#1403576 --- diff --git a/roles/ceph-agent/tasks/pre_requisite.yml b/roles/ceph-agent/tasks/pre_requisite.yml index 1171be8d4..67dab66ab 100644 --- a/roles/ceph-agent/tasks/pre_requisite.yml +++ b/roles/ceph-agent/tasks/pre_requisite.yml @@ -1,11 +1,4 @@ --- -- name: determine if node is registered with subscription-manager. - command: subscription-manager identity - register: subscription - changed_when: false - always_run: true - when: ansible_os_family == 'RedHat' - - name: install dependencies # XXX Determine what RH repository this will belong to so that it can be # properly checked and errored if the repository is not enabled.