Can't start a new virtual machine after Pull Request #565 was merged

After this pull request https://github.com/roots/trellis/pull/565 was merged in master, I cannot create a new virtual machine. Running “vagrant up” I get this error:

TASK [wordpress-setup : Create Nginx conf for challenges location] *************
System info:
  Ansible 2.0.1.0; Darwin
  Trellis at "Enable Let's Encrypt to transition http sites to https"
---------------------------------------------------
AnsibleUndefinedVariable: 'acme_tiny_challenges_directory' is undefined
fatal: [default]: FAILED! => {"changed": false, "failed": true}

SSL is disabled in wordpress_sites.yml:

ssl:
      enabled: false
      provider: self-signed
1 Like

@flocca Thank you for reporting this. Sorry you had to discover it. #565 addressed an issue on remote servers, not the local Vagrant VM and I neglected to test the VM. We’ve pushed an update/fix already at roots/trellis#568

3 Likes

Thanks @fullyint, everything works fine now.