From fb1d451a9df94496994b988a1ab6242c26be963b Mon Sep 17 00:00:00 2001 From: Marc Tamsky Date: Thu, 26 Feb 2015 08:41:49 -0800 Subject: [PATCH] use https because its a good idea, and we can --- tasks/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/package.yml b/tasks/package.yml index 9fde0eb..9b8003f 100644 --- a/tasks/package.yml +++ b/tasks/package.yml @@ -11,12 +11,12 @@ - name: Cassandra | Add the datastax repository apt-key apt_key: - url: "http://debian.datastax.com/debian/repo_key" + url: "https://debian.datastax.com/debian/repo_key" state: present - name: Cassandra | Add the datastax repository apt_repository: - repo: "deb http://debian.datastax.com/community stable main" + repo: "deb https://debian.datastax.com/community stable main" state: present - name: Cassandra | Install the cassandra package