From 0ed70319e6ceffd27b2a57987d7cbf3cfcad8137 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 9 Jun 2016 15:37:00 +0200 Subject: [PATCH] #1 Switch to new key and package name --- tasks/spideroak.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/spideroak.yml b/tasks/spideroak.yml index 1ab4c8a..8765923 100644 --- a/tasks/spideroak.yml +++ b/tasks/spideroak.yml @@ -8,7 +8,7 @@ - name: "Apt Key" apt_key: - url='https://spideroak.com/dist/spideroak-apt-2013.asc' + url='https://spideroak.com/dist/spideroak-apt-2016.asc' state=present - name: "Apt Repository" @@ -19,7 +19,7 @@ - name: "Install SpiderOak Agent" apt: - pkg='spideroak' + pkg='spideroakone' state='installed' update_cache=yes -- GitLab