diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-25 22:04:02 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-25 22:04:02 +0100 |
| commit | 8cf32ee8b4b8d28ec9ab1b75c476291a4e7c555d (patch) | |
| tree | c20d2bd35313c7d6223b8e3aab11cf3082d7e558 /roles/elephant/meta | |
| parent | 9485de7945672b2ab833add32dba1530147d3973 (diff) | |
Add the role to install elephant (walker dep)
Diffstat (limited to 'roles/elephant/meta')
| -rw-r--r-- | roles/elephant/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/elephant/meta/main.yml | 13 |
2 files changed, 19 insertions, 0 deletions
diff --git a/roles/elephant/meta/argument_specs.yml b/roles/elephant/meta/argument_specs.yml new file mode 100644 index 00000000..403b4029 --- /dev/null +++ b/roles/elephant/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install elephant on ArchLinux" + description: "Install elephant on ArchLinux" + options: {} diff --git a/roles/elephant/meta/main.yml b/roles/elephant/meta/main.yml new file mode 100644 index 00000000..f1cd068c --- /dev/null +++ b/roles/elephant/meta/main.yml @@ -0,0 +1,13 @@ +--- +dependencies: + - role: "yay" + - role: "systemd" +galaxy_info: + author: "a14m" + description: "Install elephant on ArchLinux" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" |
