mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
add oauth2 support for msmtp and mbsync
This commit is contained in:
parent
169af63185
commit
01f7075c32
2 changed files with 15 additions and 0 deletions
|
|
@ -85,3 +85,4 @@
|
|||
- include_tasks: isync.yml
|
||||
#- include_tasks: offlineimap.yml
|
||||
- include_tasks: mailsync.yml
|
||||
- include_tasks: oauth2.yml
|
||||
|
|
|
|||
14
roles/mail/tasks/oauth2.yml
Normal file
14
roles/mail/tasks/oauth2.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue