diff --git a/.gitmodules b/.gitmodules index 43d3e39..653e52b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index fedfe05..2088b41 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/roles/ansible-role-neovim b/roles/ansible-role-neovim deleted file mode 160000 index 0bc0fc0..0000000 --- a/roles/ansible-role-neovim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0bc0fc00f1402b5093efe6746655ae73ade60c0d diff --git a/roles/yttrx/meta/main.yml b/roles/yttrx/meta/main.yml index c9e71f5..a01d298 100644 --- a/roles/yttrx/meta/main.yml +++ b/roles/yttrx/meta/main.yml @@ -1,6 +1,5 @@ --- dependencies: - - role: ansible-role-neovim - role: geerlingguy.docker - role: ansible-role-oh-my-zsh vars: