From 73dd618c73224b3ceac031102daf1bf85bc2c841 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 2 Dec 2025 22:43:40 +0100 Subject: Add yay role on arch w/testing --- roles/yay/meta/argument_specs.yml | 6 ++++++ roles/yay/meta/main.yml | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 roles/yay/meta/argument_specs.yml create mode 100644 roles/yay/meta/main.yml (limited to 'roles/yay/meta') diff --git a/roles/yay/meta/argument_specs.yml b/roles/yay/meta/argument_specs.yml new file mode 100644 index 00000000..96aca0ec --- /dev/null +++ b/roles/yay/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install yay AUR helper on ArchLinux" + description: "Install yay AUR helper on ArchLinux" + options: {} diff --git a/roles/yay/meta/main.yml b/roles/yay/meta/main.yml new file mode 100644 index 00000000..69b13d28 --- /dev/null +++ b/roles/yay/meta/main.yml @@ -0,0 +1,13 @@ +--- +dependencies: + - role: "git" +galaxy_info: + author: "a14m" + description: "Install yay AUR helper on ArchLinux" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" -- cgit v1.2.3