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 | 18645e347708612013f0fa5b5bd82de40809fb2d (patch) | |
| tree | 45edd2a68d31b6d3623bfc9cdc32a5ef3f8c2e15 /roles/vim | |
| parent | 85d1857f30128ee9732c566ac91c7fbca76d0e24 (diff) | |
Add vim role python dependency (as some plugins need python support)
Diffstat (limited to 'roles/vim')
| -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" |
