diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-11-10 16:30:29 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-11-10 16:30:29 +0100 |
| commit | 1ed1a8ebf4ad4580ac9be4535d9d81acb10177e0 (patch) | |
| tree | 45edd2a68d31b6d3623bfc9cdc32a5ef3f8c2e15 | |
| parent | ea66b1d24310ee7752418e2732e351ec527f05cd (diff) | |
Add vim role python dependency (as some plugins need python support)
| -rw-r--r-- | roles/vim/meta/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/vim/meta/main.yml b/roles/vim/meta/main.yml index 50f6e28c..3ffee483 100644 --- a/roles/vim/meta/main.yml +++ b/roles/vim/meta/main.yml @@ -1,6 +1,7 @@ --- dependencies: - role: "git" + - role: "python" galaxy_info: author: "a14m" description: "Install and configure vim" |
