✨ Add `retry` to every network call
Decision record
Our Ansible roles make a lot of network calls to Netbox in order to provision and deploy the RPS. This makes the roles fragile to temporary network failures.
Let's mitigate this by using Ansible's builtin retry mechanism.
Changes
-
✨ Addretryto every network call -
🔖 v0.35.0