Closed numediaweb closed 1 year ago
Hello! Have not Vargant installed now.
Can you try to replace in Vagrantfile
in first line 16.04
to 20.04
, maybe old python or ansible in Vagrant...
If it not help, you can edit defaults/main.yml and remove when
options in plugins zsh-users/zsh-autosuggestions
and zdharma-continuum/fast-syntax-highlighting
:
- { name: zsh-users/zsh-autosuggestions, when: "{{ zsh_version is version_compare('5.0', '>=') }}" }
- { name: zdharma-continuum/fast-syntax-highlighting, when: "{{ zsh_version is version_compare('4.3.17', '>=') }}" }
Replace to:
- { name: zsh-users/zsh-autosuggestions }
- { name: zdharma-continuum/fast-syntax-highlighting }
Won't fix
With latest updates of Vagrant, I get this error regarding this line on
tasks/configure.yml
: