diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 21:39:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 21:39:40 +0100 |
| commit | 03f0e7c569c828e1ef314528d8e4f1a3909974b0 (patch) | |
| tree | 743525db5f68c8211cc4fcb7dfae043c1c250eb5 /roles/ag/meta | |
| parent | 37cde904c097879331fd978032bf3898f16413ee (diff) | |
Add ag role w/testing
Diffstat (limited to 'roles/ag/meta')
| -rw-r--r-- | roles/ag/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/ag/meta/main.yml | 17 |
2 files changed, 23 insertions, 0 deletions
diff --git a/roles/ag/meta/argument_specs.yml b/roles/ag/meta/argument_specs.yml new file mode 100644 index 00000000..5463424c --- /dev/null +++ b/roles/ag/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install the silver searcher (ag) on Linux distribution" + description: "Install the silver searcher (ag) on Linux distribution" + options: {} diff --git a/roles/ag/meta/main.yml b/roles/ag/meta/main.yml new file mode 100644 index 00000000..ae4051ca --- /dev/null +++ b/roles/ag/meta/main.yml @@ -0,0 +1,17 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install the silver searcher (ag)" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
