|
@@ -24,7 +24,9 @@
|
24
|
24
|
command: mv rcmcarddav-carddav_{{ carddav_version }} /usr/share/roundcube/plugins/carddav chdir=/root creates=/usr/share/roundcube/plugins/carddav
|
25
|
25
|
|
26
|
26
|
- name: Download Google Authenticator roundcube plugin
|
27
|
|
- git: repo=https://github.com/alexandregz/twofactor_gauthenticator.git dest=/usr/share/roundcube/plugins/twofactor_gauthenticator
|
|
27
|
+ git: repo=https://github.com/alexandregz/twofactor_gauthenticator.git
|
|
28
|
+ dest=/usr/share/roundcube/plugins/twofactor_gauthenticator
|
|
29
|
+ accept_hostkey=yes
|
28
|
30
|
|
29
|
31
|
- name: Link plugins into /var/lib/roundcube/plugins
|
30
|
32
|
file: state=link src=/usr/share/roundcube/plugins/{{ item }} dest=/var/lib/roundcube/plugins/{{ item }} force=yes
|