ansible: Remove installation of curl from bookworm-backports
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-Debian.yml
index 6785e7dd4e405e5a9d744faba2a88e0cef3efc84..80faa0a17a9aeaba447bc25c9bb447d98acb75ab 100644 (file)
   # @see https://support.efficios.com/issues/1532
   when: ansible_distribution_release == 'bookworm'
   block:
-    - name: Add bookworm-backports pref
-      ansible.builtin.copy:
-        dest: /etc/apt/preferences.d/bookworm-backports.pref
-        content: "Package: curl libcurl3* libcurl4*\nPin: release n=bookworm-backports\nPin-Priority: 600\n"
-    - name: Enable bookworm backports
-      ansible.builtin.apt_repository:
-        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'
This page took 0.023917 seconds and 4 git commands to generate.