summaryrefslogtreecommitdiffstats
path: root/roles/yay/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-12-02 22:43:40 +0100
committerAhmed Abdelhalim <[email protected]>2025-12-02 22:44:36 +0100
commit73dd618c73224b3ceac031102daf1bf85bc2c841 (patch)
tree0339ea232fe4250f753a5846a29c57f6e3eb2be8 /roles/yay/meta
parentfc1491ba66118fcb53190f618ef22351cb0eed55 (diff)
Add yay role on arch w/testing
Diffstat (limited to 'roles/yay/meta')
-rw-r--r--roles/yay/meta/argument_specs.yml6
-rw-r--r--roles/yay/meta/main.yml13
2 files changed, 19 insertions, 0 deletions
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"