mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
chore: use https when adding the gcsfuse apt repo
This commit is contained in:
parent
4115b7deb3
commit
9efbead253
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue