From 565e2b280f82594eb797c786dac05c17270a9b01 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 8 Mar 2016 16:08:53 -0600 Subject: [PATCH] adds the rh storage apt-key for jewel on ubuntu Signed-off-by: Andrew Schoen --- .../tasks/installs/install_rh_storage_on_debian.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 }}" -- 2.39.5