summaryrefslogtreecommitdiffstats
path: root/roles/vim/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-25 01:14:30 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-25 01:14:30 +0200
commit6671fa38d7516761a97bdaba40b74bf959eb0f5f (patch)
tree21015448f20c64fff04d028bc4fddbcd83208760 /roles/vim/tasks
parent43713d18273da0ec550f28bf697903dc6cec72cc (diff)
Rename variable to follow convention
Diffstat (limited to 'roles/vim/tasks')
-rw-r--r--roles/vim/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vim/tasks/main.yml b/roles/vim/tasks/main.yml
index 425ff151..c1726b75 100644
--- a/roles/vim/tasks/main.yml
+++ b/roles/vim/tasks/main.yml
@@ -5,7 +5,7 @@
- name: "Ensure vim is installed"
become: true
ansible.builtin.package:
- name: "{{ vim_package_name }}"
+ name: "{{ vim_pkg }}"
state: "present"
- name: "Clone vimrc git repo"