Found @fullyint suggestion to downgrade here a better solution so did a
sudo pip install ansible==2.3.2.0
and then I could deploy with my older Trellis setup
Only I did get
Trellis at "Accommodate deploy hook vars formatted as lists of includes"
Unable to find 'tmp_multisite_constants.php' in expected paths.
fatal: [xxx.xxx.xxx.xxx]: FAILED! => {"changed": false, "failed": true}
to retry, use: --limit @/Users/jasperfrumau/webdesign/domain/trellis/deploy.retry
And on the server I do have that file:
admin@domain:/srv/www/domain.com/shared$ ll
total 20
drwxr-xr-x 4 web www-data 4096 Apr 6 2017 ./
drwxr-xr-x 5 web www-data 4096 Oct 9 09:39 ../
drwxr-xr-x 6 web www-data 4096 Oct 16 08:45 source/
-rw-r--r-- 1 web www-data 202 Apr 6 2017 tmp_multisite_constants.php
So that is a bit odd…