diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:43:24 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:47:01 +0100 |
| commit | de990dbbb6d0b852b73046e1f8c8875ae0849403 (patch) | |
| tree | 9396a5471430a6288a27342b2e92bc0e79a4bc12 /configure.yml | |
| parent | aa8d8855e0a153245f2ad0832ebeea80af57cbfb (diff) | |
Add vim role w/testing
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index cbbff425..c6d78f08 100644 --- a/configure.yml +++ b/configure.yml @@ -18,6 +18,7 @@ - role: "gpg" - role: "dotfiles" - role: "password_store" + - role: "vim" - name: "Ubuntu configure" gather_facts: true @@ -39,6 +40,7 @@ - role: "gpg" - role: "dotfiles" - role: "password_store" + - role: "vim" - name: "Raspberry Pi configure" gather_facts: true @@ -58,3 +60,4 @@ - role: "gpg" - role: "dotfiles" - role: "password_store" + - role: "vim" |
