Big Sur (11.0.1 (20B29))

Picked up a newer mac and got it all up to date with Big Sur.

Running all the latest and greatest offerings from all the required tools for a trellis project but I am running into some issues. Luckily I still have my old macbook to get work done while I attempt to get past the issues here on this new one.

I cloned down a previous project and ran vagrant up without any issues.
Attempting to visit the local dev url and its says unable to connect.

Attempting to re provision and I get the following message:

ERROR! couldn't resolve module/action 'ipify_facts'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/Users/joshb/Documents/_development/_trellis/trellis.project.build/trellis/roles/common/tasks/main.yml': line 153, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- block:
    - name: Retrieve SSH client IP
      ^ here
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

I found this discussion but it did not help.

Is anyone using Big Sur yet and run into any issues? I haven’t been able to find much information about Roots and Big Sur.