diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-10 15:14:15 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-10 15:14:15 +0100 |
| commit | c91b559e67d7ae8c518ff8014443244fbb411dcc (patch) | |
| tree | 20a9c27a62e525f7dccf3829475523ccb7594eb0 /roles/jq/meta | |
| parent | 46b139efbb69911cd10fc5af79e86c945c4bc9ff (diff) | |
Add jq CLI to all installs
Diffstat (limited to 'roles/jq/meta')
| -rw-r--r-- | roles/jq/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/jq/meta/main.yml | 18 |
2 files changed, 24 insertions, 0 deletions
diff --git a/roles/jq/meta/argument_specs.yml b/roles/jq/meta/argument_specs.yml new file mode 100644 index 00000000..dd362c61 --- /dev/null +++ b/roles/jq/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install jq on Linux distribution" + description: "Install jq on Linux distribution" + options: {} diff --git a/roles/jq/meta/main.yml b/roles/jq/meta/main.yml new file mode 100644 index 00000000..e8da74a3 --- /dev/null +++ b/roles/jq/meta/main.yml @@ -0,0 +1,18 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install jq" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
