From: Andrew Schoen Date: Tue, 8 Mar 2016 22:08:53 +0000 (-0600) Subject: adds the rh storage apt-key for jewel on ubuntu X-Git-Tag: v1.0.2~4^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=565e2b280f82594eb797c786dac05c17270a9b01;p=ceph-ansible.git adds the rh storage apt-key for jewel on ubuntu Signed-off-by: Andrew Schoen --- 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 2128733fb..9c8b4c34b 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 @@ -1,4 +1,9 @@ --- +- name: add the red hat storage apt-key + apt_key: + url: "https://www.redhat.com/security/fd431d51.txt" + state: present + - name: install dependencies apt: pkg: "{{ item }}"