diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-25 01:14:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-25 01:14:30 +0200 |
| commit | 6671fa38d7516761a97bdaba40b74bf959eb0f5f (patch) | |
| tree | 21015448f20c64fff04d028bc4fddbcd83208760 /roles/vim/tasks | |
| parent | 43713d18273da0ec550f28bf697903dc6cec72cc (diff) | |
Rename variable to follow convention
Diffstat (limited to 'roles/vim/tasks')
| -rw-r--r-- | roles/vim/tasks/main.yml | 2 |
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" |
