]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: use pgp.mit.edu to fetch the jessie release key 518/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 11 Oct 2016 16:19:21 +0000 (12:19 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 11 Oct 2016 18:50:38 +0000 (14:50 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/examples/slave.yml

index e75adba93419b072effbc55e8527c9f47c3519f2..c1548702ef7645827c484b26aff67ba980e3cc38 100644 (file)
       when: ansible_pkg_mgr  == "apt"
       apt_key: id=C857C906 url=https://ftp-master.debian.org/keys/archive-key-8-security.asc keyring=/etc/apt/trusted.gpg state=present
 
-    - name: Add the Debian Jessie Stable Key
+    - name: Add the Debian Jessie Stable Release Key
       sudo: yes
       when: ansible_pkg_mgr  == "apt"
-      apt_key: id=518E17E1 url=http://download.ceph.com/keys/jessie-stable-release.asc keyring=/etc/apt/trusted.gpg state=present
+      apt_key: keyserver=pgp.mit.edu id=75DDC3C4A499F1A18CB5F3C8CBF8D6FD518E17E1 state=present
 
     - name: Install openjdk-7-jre
       apt: name=openjdk-7-jre state=present