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
commitc7be8e9cd1215b30602b0d9a6d1ec6d8ec8b1aac (patch)
tree21015448f20c64fff04d028bc4fddbcd83208760 /roles/vim/tasks
parenteea7c7f0590df49658f42ae44d44eee7bb10fd99 (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"