added app gpoddersync
This commit is contained in:
parent
2a7b437e2e
commit
f70e8eaa5d
@ -294,7 +294,7 @@
|
||||
cd /home/docker/nextcloud.{{inventory_hostname}} || exit 1
|
||||
|
||||
# install/enable apps
|
||||
for app in admin_audit bookmarks calendar contacts files_external impersonate maps news notes oauth2 passwords phonetrack photos spreed tasks twofactor_backupcodes twofactor_totp
|
||||
for app in admin_audit bookmarks calendar contacts files_external gpoddersync impersonate maps news notes oauth2 passwords phonetrack photos spreed tasks twofactor_backupcodes twofactor_totp
|
||||
do
|
||||
[ -f app.${app}.installed ] || docker-compose exec -T -u www-data nextcloud.{{ ansible_facts['hostname'] }}.dedyn.io ./occ app:install ${app} | tee -a nextcloud.init.log >app.${app}.installed 2>&1
|
||||
[ -f app.${app}.installed ] || docker-compose exec -T -u www-data nextcloud.{{ ansible_facts['hostname'] }}.dedyn.io ./occ app:enable ${app} | tee -a nextcloud.init.log >app.${app}.installed 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user