ansible-meraki
ansible-meraki copied to clipboard
Add handling of failed requests
Socket errors sometimes happen when making requests. The situation wasn't handled so I am now catching it. It will retry 5 times before failing. Fixes #250