chore: use https when adding the gcsfuse apt repo

This commit is contained in:
Chris Hawk 2023-11-10 16:45:40 -08:00
parent 4115b7deb3
commit 9efbead253

View file

@ -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