From de990dbbb6d0b852b73046e1f8c8875ae0849403 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 9 Nov 2025 01:43:24 +0100 Subject: Add vim role w/testing --- roles/vim/meta/argument_specs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roles/vim/meta/argument_specs.yml (limited to 'roles/vim/meta/argument_specs.yml') diff --git a/roles/vim/meta/argument_specs.yml b/roles/vim/meta/argument_specs.yml new file mode 100644 index 00000000..71533908 --- /dev/null +++ b/roles/vim/meta/argument_specs.yml @@ -0,0 +1,10 @@ +--- +argument_specs: + main: + short_description: "Install and configure vim" + description: "Install and configure vim" + options: + vimrc_repo_url: + type: "str" + description: "The vimrc git repo URL" + required: true -- cgit v1.2.3