]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
adds the rh storage apt-key for jewel on ubuntu 611/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 8 Mar 2016 22:08:53 +0000 (16:08 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 8 Mar 2016 22:08:53 +0000 (16:08 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml

index 2128733fb7383d4b3f0775b8bd4e1ef4649c87be..9c8b4c34b2469f4fd72967653b68e1ddb0a64e00 100644 (file)
@@ -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 }}"