roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Use Python 3 for `ansible_local` Vagrant provisioner #1269

Closed swalkinshaw closed 3 years ago

swalkinshaw commented 3 years ago

Fixes #1267

Pip doesn't support Python2 anymore so we're defaulting Vagrant to python3.

This defines a new config option vagrant_ansible_python_interpreter which defaults to /usr/bin/python3.