@fullyint As you wrote here https://github.com/roots/trellis/issues/979#issuecomment-383458537
I believe adding this to the end of roles/nginx/tasks/main.yml would resolve it:
- name: Enable Nginx to start on boot
service:
name: nginx
enabled: yes
state: started
use: service
It works like a charm. Thanks