Remove neovim from management
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
[submodule "roles/ansible-role-oh-my-zsh"]
|
[submodule "roles/ansible-role-oh-my-zsh"]
|
||||||
path = roles/ansible-role-oh-my-zsh
|
path = roles/ansible-role-oh-my-zsh
|
||||||
url = https://github.com/gantsign/ansible-role-oh-my-zsh.git
|
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
|
|
||||||
|
|||||||
@@ -4,9 +4,10 @@ Run `make` to install the necessary 3rd party roles, namely:
|
|||||||
- geerlingguy.docker
|
- geerlingguy.docker
|
||||||
- geerlingguy.nginx
|
- geerlingguy.nginx
|
||||||
- geerlingguy.certbot
|
- 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
|
## Unsupported
|
||||||
|
|
||||||
|
|||||||
Submodule roles/ansible-role-neovim deleted from 0bc0fc00f1
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: ansible-role-neovim
|
|
||||||
- role: geerlingguy.docker
|
- role: geerlingguy.docker
|
||||||
- role: ansible-role-oh-my-zsh
|
- role: ansible-role-oh-my-zsh
|
||||||
vars:
|
vars:
|
||||||
|
|||||||
Reference in New Issue
Block a user