Added comment on install roundcube

This commit is contained in:
Franca Debole 2019-12-06 17:33:08 +01:00
parent cd435616c9
commit 1920b3c149
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
file: dest={{ roundcube_web_basedir }} owner=root group=root state=directory file: dest={{ roundcube_web_basedir }} owner=root group=root state=directory
- name: Create the roundcube data directory - name: Create the roundcube data directory
file: dest={{ nextcloud_data_dir }} state=directory owner={{ item.user }} group={{ item.user }} file: dest={{ roundcube_data_dir }} state=directory owner={{ item.user }} group={{ item.user }}
with_items: '{{ phpfpm_pools }}' with_items: '{{ phpfpm_pools }}'
- name: Get roundcube - name: Get roundcube
@ -30,7 +30,7 @@
args: args:
creates: '{{ roundcube_data_dir }}/.ht_roundcube_trusted_domains' creates: '{{ roundcube_data_dir }}/.ht_roundcube_trusted_domains'
with_items: '{{ roundcube_servernames }}' with_items: '{{ roundcube_servernames }}'
/* DA QUI IN POI DA CONTROLLARE */
- name: Setup the cron configuration - name: Setup the cron configuration
shell: cd {{ item.webroot }} ; php occ background:cron ; touch {{ roundcube_data_dir }}/.ht_roundcube_cron shell: cd {{ item.webroot }} ; php occ background:cron ; touch {{ roundcube_data_dir }}/.ht_roundcube_cron
args: args:

View File

@ -14,4 +14,4 @@
file: dest={{ nginx_client_body_temp_dir }} state=directory owner=www-data group=www-data mode=1700 file: dest={{ nginx_client_body_temp_dir }} state=directory owner=www-data group=www-data mode=1700
when: nginx_client_body_temp_dir is defined when: nginx_client_body_temp_dir is defined
tags: [ 'nginx', 'virtualhost', 'nextcloud' ] tags: [ 'nginx', 'virtualhost', 'roundcube' ]