blob: b69638b8d81a2c799c2ec2906b266cd438daa1ea (
plain) (
blame)
1
2
3
4
5
6
7
|
---
- name: "Ensure microsoft-teams is installed via flathub"
community.general.flatpak:
name: "com.github.IsmaelMartinez.teams_for_linux"
remote: "flathub"
state: "present"
method: "user"
|