From: jitendrasahu1803 Date: Tue, 14 Jul 2026 12:14:02 +0000 (+0530) Subject: builder.yml: avoid get_url SSL failure for agent.jar download X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6b249cb46e73f07766f91361fa2aafb8e7b3608;p=ceph-build.git builder.yml: avoid get_url SSL failure for agent.jar download --- diff --git a/ansible/examples/builder.yml b/ansible/examples/builder.yml index a1e94805d..91153e562 100644 --- a/ansible/examples/builder.yml +++ b/ansible/examples/builder.yml @@ -1196,8 +1196,8 @@ - ansible_os_family == "RedHat" - ansible_distribution_major_version|int <= 7 - # Ansible get_url was failing on EL9 with a Python SSL ASN1 NOT_ENOUGH_DATA - # error while downloading agent.jar from Jenkins, even after retries. + ### Ansible get_url was failing on EL9 with a Python SSL ASN1 NOT_ENOUGH_DATA + ## error while downloading agent.jar from Jenkins, even after retries. # Use curl here to avoid the Python SSL path and keep retry handling explicit. - name: Download agent.jar ansible.builtin.command: