diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-12 22:52:15 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-12 22:52:15 +0200 |
| commit | a051bbfd4a15939eaff217644112440c98d4e776 (patch) | |
| tree | 9cd59610d74d01aea80a8d7e3ad6e42af4a90ba5 /roles/libheif/meta | |
| parent | bf0964b2175aa2b3d83af1df1776dd1949f337b2 (diff) | |
Add libheif (heif-convert script) w/testing
Diffstat (limited to 'roles/libheif/meta')
| -rw-r--r-- | roles/libheif/meta/argument_specs.yml | 4 | ||||
| -rw-r--r-- | roles/libheif/meta/main.yml | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/roles/libheif/meta/argument_specs.yml b/roles/libheif/meta/argument_specs.yml new file mode 100644 index 00000000..5af49897 --- /dev/null +++ b/roles/libheif/meta/argument_specs.yml @@ -0,0 +1,4 @@ +--- +argument_specs: + main: + options: {} diff --git a/roles/libheif/meta/main.yml b/roles/libheif/meta/main.yml new file mode 100644 index 00000000..5ebfbd24 --- /dev/null +++ b/roles/libheif/meta/main.yml @@ -0,0 +1,17 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install the heif-convert (converts HEIC to JPG) using libheif" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
