diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-04 18:46:31 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-04 18:55:19 +0100 |
| commit | c21242a13f1cf0989c220ec8256305c85f0f6bcc (patch) | |
| tree | c2991e21deb2192340b6d5462b67d338e055afad /roles/mpv/meta | |
| parent | 67bc26499985bc1ffe47c0c79db8c98b826c2ac0 (diff) | |
Add mpv role w/testing
Diffstat (limited to 'roles/mpv/meta')
| -rw-r--r-- | roles/mpv/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/mpv/meta/main.yml | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/roles/mpv/meta/argument_specs.yml b/roles/mpv/meta/argument_specs.yml new file mode 100644 index 00000000..2705194d --- /dev/null +++ b/roles/mpv/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install mpv on Linux distribution" + description: "Install mpv on Linux distribution" + options: {} diff --git a/roles/mpv/meta/main.yml b/roles/mpv/meta/main.yml new file mode 100644 index 00000000..dc60c4b3 --- /dev/null +++ b/roles/mpv/meta/main.yml @@ -0,0 +1,11 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install mpv" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" |
