I’m adding a role to trellis and I’m wondering how you guys iterate development.
Right now I’m having to vagrant destroy
and vagrant up
, but there has to be a better way. Trying to run the dev playbook causes ansible errors, because I’m assuming the Vagrantfile is passing needed info to it.
Any tips would be appreciated!