Skip to content

Commit

Permalink
chore: use https when adding the gcsfuse apt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGitsalot committed Nov 11, 2023
1 parent 38932af commit 1dc5166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/gcsfuse/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dc5166

Please sign in to comment.