]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
builder.yml: avoid get_url SSL failure for agent.jar download
authorjitendrasahu1803 <jitendra.sahu1803@gmail.com>
Tue, 14 Jul 2026 12:14:02 +0000 (17:44 +0530)
committerjitendrasahu1803 <jitendra.sahu1803@gmail.com>
Tue, 14 Jul 2026 12:14:38 +0000 (17:44 +0530)
ansible/examples/builder.yml

index a1e94805d3cd738e7e40d2803a2f3751e63fd177..91153e5626810440b0422866f8c6d882ca9054d0 100644 (file)
             - 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: