Remove neovim from management

This commit is contained in:
Waffles
2022-12-29 11:06:04 -08:00
parent c23be8f75f
commit 8e4d6eeadb
4 changed files with 3 additions and 7 deletions
-3
View File
@@ -1,6 +1,3 @@
[submodule "roles/ansible-role-oh-my-zsh"]
path = roles/ansible-role-oh-my-zsh
url = https://github.com/gantsign/ansible-role-oh-my-zsh.git
[submodule "roles/ansible-role-neovim"]
path = roles/ansible-role-neovim
url = https://github.com/gikeymarcia/ansible-role-neovim.git
+3 -2
View File
@@ -4,9 +4,10 @@ Run `make` to install the necessary 3rd party roles, namely:
- geerlingguy.docker
- geerlingguy.nginx
- geerlingguy.certbot
- neovim & oh-my-zsh roles
- oh-my-zsh
roles
The last two just make the server environments more akin to how I prefer them to be. It's easy enough to block this out, just edit `roles/yttrx/meta/main.yml` and remove `ansible-role-neovim` and `ansible-role-oh-my-zsh`.
The last role just make the server environments more akin to how I prefer them to be. It's easy enough to block this out, just edit `roles/yttrx/meta/main.yml` and remove `ansible-role-oh-my-zsh`.
## Unsupported
-1
View File
@@ -1,6 +1,5 @@
---
dependencies:
- role: ansible-role-neovim
- role: geerlingguy.docker
- role: ansible-role-oh-my-zsh
vars: