fixed command
This commit is contained in:
+3
-3
@@ -30,7 +30,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Enable richdocuments app
|
- name: Enable richdocuments app
|
||||||
ansible.builtin.command: >
|
ansible.builtin.command: >
|
||||||
sudo -E -u www-data php occ app:install richdocuments
|
occ app:install richdocuments
|
||||||
args:
|
args:
|
||||||
chdir: /etc/nextcloud
|
chdir: /etc/nextcloud
|
||||||
become_user: www-data
|
become_user: www-data
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
- name: Point richdocuments at the Collabora server
|
- name: Point richdocuments at the Collabora server
|
||||||
ansible.builtin.command: >
|
ansible.builtin.command: >
|
||||||
sudo -E -u www-data php occ config:app:set richdocuments wopi_url
|
occ config:app:set richdocuments wopi_url
|
||||||
--value="http://{{ collabora_fqdn }}:9980"
|
--value="http://{{ collabora_fqdn }}:9980"
|
||||||
args:
|
args:
|
||||||
chdir: /etc/nextcloud
|
chdir: /etc/nextcloud
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
- name: Set the public WOPI URL (same value, used for editor loading)
|
- name: Set the public WOPI URL (same value, used for editor loading)
|
||||||
ansible.builtin.command: >
|
ansible.builtin.command: >
|
||||||
sudo -E -u www-data php occ config:app:set richdocuments public_wopi_url
|
occ config:app:set richdocuments public_wopi_url
|
||||||
--value="http://{{ collabora_fqdn }}:9980"
|
--value="http://{{ collabora_fqdn }}:9980"
|
||||||
args:
|
args:
|
||||||
chdir: /etc/nextcloud
|
chdir: /etc/nextcloud
|
||||||
|
|||||||
Reference in New Issue
Block a user