Hi all, I’m new to Trellis but enjoying learning the workflow. Having trouble with what I figured was a simple task. Adding vim to all environments. I suspect this falls more on the vagrant side but idk.
So far i did this:
- shell: ansible-galaxy install wtanaka.vim
- added to requirements.yml (as want all environments to have the package)
- name: vim
src: wtanaka.vim
- shell: vagrant up
I see vagrant downloading the role, extracting and installing successfully but when i vagrant ssh and run the vim command it tells me to install with apt:
The program ‘vim’ can be found in the following packages:
- vim
- vim-gnome
- vim-tiny
- vim-athena
- vim-athena-py2
- vim-gnome-py2
- vim-gtk
- vim-gtk-py2
- vim-gtk3
- vim-gtk3-py2
- vim-nox
- vim-nox-py2
Try: sudo apt install