diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-23 19:32:54 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-23 19:36:18 +0100 |
| commit | 6b60be4004b3c0d06df15e1948ad898deff05b5c (patch) | |
| tree | 27b5af758504e36af4b2edfed3dbfca7282e7f35 /roles/microsoft-teams | |
| parent | f0ad1eb146b649eafe7447e454c9da3fe6f8654d (diff) | |
Replace rnote with gradia and fix typo in teams role
Diffstat (limited to 'roles/microsoft-teams')
| -rw-r--r-- | roles/microsoft-teams/tasks/install-debian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/microsoft-teams/tasks/install-debian.yml b/roles/microsoft-teams/tasks/install-debian.yml index 7a0e74a3..b69638b8 100644 --- a/roles/microsoft-teams/tasks/install-debian.yml +++ b/roles/microsoft-teams/tasks/install-debian.yml @@ -1,5 +1,5 @@ --- -- name: "Ensure rnote is installed via flathub" +- name: "Ensure microsoft-teams is installed via flathub" community.general.flatpak: name: "com.github.IsmaelMartinez.teams_for_linux" remote: "flathub" |
