humaton / fedora-infra / ansible

Forked from fedora-infra/ansible 4 years ago
Clone

845ba32 proxies: switch get_url to just copy from batcave01

Authored and Committed by kevin 8 months ago
    proxies: switch get_url to just copy from batcave01
    
    get_url has a bug in that batcave01 is using python3.9, but the proxies
    are 3.12. See:
    https://github.com/ansible/ansible/issues/80490
    https://github.com/ansible/ansible/issues/81256
    
    Signed-off-by: Kevin Fenzi <kevin@scrye.com>