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/main.yml | |
| parent | 37cde904c097879331fd978032bf3898f16413ee (diff) | |
Add ag role w/testing
Diffstat (limited to 'roles/ag/meta/main.yml')
| -rw-r--r-- | roles/ag/meta/main.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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" |
