]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: on rh storage on debian do not add the rh key by default
authorAlfredo Deza <adeza@redhat.com>
Thu, 19 May 2016 19:16:18 +0000 (15:16 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 May 2016 12:19:28 +0000 (08:19 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml

index 9c8b4c34b2469f4fd72967653b68e1ddb0a64e00..4aa83c592f39220321eb3b2896eaa0a3c44ef596 100644 (file)
@@ -3,6 +3,7 @@
   apt_key:
     url: "https://www.redhat.com/security/fd431d51.txt"
     state: present
+  when: not ceph_stable_rh_storage_iso_install
 
 - name: install dependencies
   apt: