]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Add Debian Jessie GPG Key 376/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 28 Apr 2016 11:37:22 +0000 (07:37 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 28 Apr 2016 11:37:22 +0000 (07:37 -0400)
Regardless of the machine, since we are usually building on Trusty, this will
allow that type of server to build and avoid the "Release signed by unknown
key" issue.

Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml

index 8633a39fe159ec2afb8a10a3a1d13daa1f187f35..6fc1113e3ac82378acaed5eecc3795c8ad61d7f6 100644 (file)
         - libffi-dev
       when: ansible_pkg_mgr  == "apt"
 
+    - name: Add the Debian Jessie Key
+      sudo: yes
+      when: ansible_pkg_mgr  == "apt"
+      apt_key: id=518E17E1 url=https://ftp-master.debian.org/keys/archive-key-8.0.asc keyring=/etc/apt/trusted.gpg.d/jessie.gpg state=present
+
     - name: correct java version selected
       alternatives: name=java path=/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
       when: