Big Sur (11.0.1 (20B29))

@oxyc : Many thanks! I’ve spend some hours trying to solve this issue…

I’m on Arch Linux. Vagrant is the culprit.

Downgraded to 2.2.10, destroyed the Vagrant VM and recreated it without the error.

Wait until Vagrant 2.2.14 is released.

1 Like

Vagrant 2.2.14 can now be downloaded!

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.

Still at it here.
This is the only relevant similar issue I am able to discover:

I have followed @fullyint’s instructions but it’s not helping.
Does anyone know what the issue may be?

I managed to figure this out. I believe I had installed node via brew vs pip and when attempting to change versions via nvm it remained stuck at version 10 until I uninstalled it all together and reinstalled via pip.

1 Like

This topic was automatically closed after 42 days. New replies are no longer allowed.