How to modify the Ansible-galaxy timeout while installing roles from git



down votefavorite


|


I have a little heavy Ansible role in Git which I am trying to install in my local using ansible-galaxy but I am getting CRC check failed error may be because connection is timing out while downloading the role. Is there a way to increase the ansible-galaxy timeout.


|