summaryrefslogtreecommitdiffstats
path: root/roles/yay/meta
diff options
context:
space:
mode:
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"