From: Alfredo Deza Date: Thu, 19 May 2016 19:16:18 +0000 (-0400) Subject: ceph-common: on rh storage on debian do not add the rh key by default X-Git-Tag: v1.0.6~114^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F800%2Fhead;p=ceph-ansible.git ceph-common: on rh storage on debian do not add the rh key by default Signed-off-by: Alfredo Deza --- diff --git a/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml b/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml index d6c7d4222..17a3c08c4 100644 --- a/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml +++ b/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml @@ -29,6 +29,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: