stub1t

Results 2 comments of stub1t

After I added the vagrant apt source and installed the `winrm-elevated` gem, vagrant worked without any erros: **install vagrant** wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg echo...

This solved all the errors for me: - stop vms `vagrant halt` - start vms `vagrant up` - rerun the playbook Also halting the vms and just restarting the host...