From 512e8239c29c3879d80fb218ed62d33c4990a2e6 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 6 Feb 2026 23:16:06 +0100 Subject: Add chromium role --- roles/chromium/meta/argument_specs.yml | 6 ++++++ roles/chromium/meta/main.yml | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 roles/chromium/meta/argument_specs.yml create mode 100644 roles/chromium/meta/main.yml (limited to 'roles/chromium/meta') diff --git a/roles/chromium/meta/argument_specs.yml b/roles/chromium/meta/argument_specs.yml new file mode 100644 index 00000000..bb529de3 --- /dev/null +++ b/roles/chromium/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install chromium on ArchLinux" + description: "Install chromium on ArchLinux" + options: {} diff --git a/roles/chromium/meta/main.yml b/roles/chromium/meta/main.yml new file mode 100644 index 00000000..2a02d9df --- /dev/null +++ b/roles/chromium/meta/main.yml @@ -0,0 +1,17 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install chromium" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" -- cgit v1.2.3