From 1dc5166ca0f0762e13dfd3547fd0853ea1669f68 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 10 Nov 2023 16:45:40 -0800 Subject: [PATCH] chore: use https when adding the gcsfuse apt repo --- roles/gcsfuse/tasks/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gcsfuse/tasks/debian.yml b/roles/gcsfuse/tasks/debian.yml index 941f3bd..c9a9322 100644 --- a/roles/gcsfuse/tasks/debian.yml +++ b/roles/gcsfuse/tasks/debian.yml @@ -14,7 +14,7 @@ - name: Gcsfuse | Add the apt repository ansible.builtin.apt_repository: - repo: deb http://packages.cloud.google.com/apt gcsfuse-{{ ansible_distribution_release }} main + repo: deb https://packages.cloud.google.com/apt gcsfuse-{{ ansible_distribution_release }} main state: present filename: gcsfuse