Here I try to use ansible to deploy some apps, it has multi steps, for examples
roles:
common
nginxny
…
…
app
…
if deploy failed at app steps, retry will go through all steps from beginning. Any idea to retry started at app steps, since all steps before app are succeed.