added installation of vimb

This commit is contained in:
aminnairi
2024-01-06 14:33:12 +01:00
parent 287a797beb
commit 9adc28bd82
+5
View File
@@ -18,3 +18,8 @@
pacman: pacman:
name: firefox name: firefox
state: latest state: latest
- name: Install Vimb (browser with vim-like shortcuts)
become: true
pacman:
name: vimb
state: latest