summaryrefslogtreecommitdiffstats
path: root/roles/microsoft-teams/tasks/install-archlinux.yml
blob: c3a447d71d78b562773724428e9686b2160b5543 (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: "Ensure microsoft-teams is installed"
  become: true
  become_user: "aur_builder"
  kewlfft.aur.aur:
    name: "teams-for-linux"
    state: "present"
    use: "yay"