]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
only check for subscription manager on RH systems
authorAlfredo Deza <adeza@redhat.com>
Mon, 15 Feb 2016 12:49:03 +0000 (07:49 -0500)
committerAlfredo Deza <adeza@redhat.com>
Mon, 15 Feb 2016 12:49:03 +0000 (07:49 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
roles/ceph-agent/tasks/pre_requisite.yml

index b9f5dbe46e2af33c765a35a3bf560345f883e68f..ac019c3e01fcba7a7e44f9513accc2baf17069a6 100644 (file)
@@ -3,6 +3,8 @@
   command: subscription-manager identity
   register: subscription
   changed_when: false
+  when:
+    ansible_os_family == 'RedHat'
 
 - name: install dependencies
   apt: