ansible: Use HTTP/1.1 for git http operations on Debian bookworm
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Debian.yml
index d0df1c170a59e04e1e36a7075f229fce2b3a00cd..69cd5a7d062bd4d65db9a0491719923a2c92523e 100644 (file)
@@ -97,3 +97,8 @@
         repo: 'deb http://deb.debian.org/debian bookworm-backports main'
     - ansible.builtin.apt:
         upgrade: 'yes'
+    - name: Use HTTP/1.1 with git HTTP operations
+      community.general.git_config:
+        file: '/etc/gitconfig'
+        name: 'http.version'
+        value: 'HTTP/1.1'
This page took 0.02242 seconds and 4 git commands to generate.