add oauth2 support for msmtp and mbsync

This commit is contained in:
Brett Eisenberg 2024-08-21 12:14:01 -07:00
parent 169af63185
commit 01f7075c32
2 changed files with 15 additions and 0 deletions

View file

@ -85,3 +85,4 @@
- include_tasks: isync.yml
#- include_tasks: offlineimap.yml
- include_tasks: mailsync.yml
- include_tasks: oauth2.yml

View file

@ -0,0 +1,14 @@
---
- name: Install cyrus-sasl-xoauth2-git
aur:
name: cyrus-sasl-xoauth2-git
user: "{{ user.name }}"
tags:
- aur
- name: oama-bin
aur:
name: oama-bin
user: "{{ user.name }}"
tags:
- aur