From 3cd6aa49beed99b37099f297bdf96ec69469fe0e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 23 Feb 2026 09:19:06 +0100 Subject: Add teams role to linux distros --- roles/microsoft-teams/meta/argument_specs.yml | 6 ++++++ roles/microsoft-teams/meta/main.yml | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 roles/microsoft-teams/meta/argument_specs.yml create mode 100644 roles/microsoft-teams/meta/main.yml (limited to 'roles/microsoft-teams/meta') diff --git a/roles/microsoft-teams/meta/argument_specs.yml b/roles/microsoft-teams/meta/argument_specs.yml new file mode 100644 index 00000000..a0923915 --- /dev/null +++ b/roles/microsoft-teams/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install microsoft-teams on Linux distribution" + description: "Install microsoft-teams on Linux distribution" + options: {} diff --git a/roles/microsoft-teams/meta/main.yml b/roles/microsoft-teams/meta/main.yml new file mode 100644 index 00000000..1ff88def --- /dev/null +++ b/roles/microsoft-teams/meta/main.yml @@ -0,0 +1,21 @@ +--- +dependencies: + - role: "yay" + when: ansible_facts['os_family'] == "Archlinux" + - role: "flatpak" + when: ansible_facts['os_family'] == "Debian" +galaxy_info: + author: "a14m" + description: "Install microsoft-teams" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" -- cgit v1.2.3