summaryrefslogtreecommitdiffstats
path: root/molecule/ubuntu
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-09 01:43:24 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-09 01:47:01 +0100
commitde990dbbb6d0b852b73046e1f8c8875ae0849403 (patch)
tree9396a5471430a6288a27342b2e92bc0e79a4bc12 /molecule/ubuntu
parentaa8d8855e0a153245f2ad0832ebeea80af57cbfb (diff)
Add vim role w/testing
Diffstat (limited to 'molecule/ubuntu')
-rw-r--r--molecule/ubuntu/converge.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml
index 66d2a208..2112f974 100644
--- a/molecule/ubuntu/converge.yml
+++ b/molecule/ubuntu/converge.yml
@@ -19,6 +19,7 @@
python_global_version: "3.13"
python_versions:
- "3.13"
+ vimrc_repo_url: "https://git.sr.ht/~a14m/.vim"
roles:
- role: "hostname"
- role: "network"
@@ -41,3 +42,4 @@
- role: "rsync"
- role: "gpg"
- role: "dotfiles"
+ - role: "vim"