In a context where rawhide is the target machine for ansible then it
might happen an incompatibility between the zuul-executor ansible
version and the target machine python version.
Then this change instead use shell: curl instead of get_url ansible
module to avoid the following issue:
An unknown error occurred: 'CustomHTTPSConnection' object has no
attribute 'cert_file'
In a context where rawhide is the target machine for ansible then it
might happen an incompatibility between the zuul-executor ansible
version and the target machine python version.
Then this change instead use shell: curl instead of get_url ansible
module to avoid the following issue: