After I provision my Vagrant... I may get errors during provision... how do I restart from error, instead of doing everything from scratch ?
vagrant destroy -f && vagrant up
And I may get an error...
PLAY RECAP ********************************************************************
to retry, use: --limit @/path/to/playbook.retry
And I want to just resume from where it failed... it seems it can be done by the message... use --limit
.... but when I use it in the vagrant context it doesn't work..