]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-agent: do not check for subscription manager for agent install 1184/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 14 Dec 2016 13:13:26 +0000 (08:13 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 14 Dec 2016 13:13:26 +0000 (08:13 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1403576

roles/ceph-agent/tasks/pre_requisite.yml

index 1171be8d43dcdf2f148a01969b7f68744f552311..67dab66abb99d3d7d4661af792c01e259eb31c4b 100644 (file)
@@ -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.