fixed dir path
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
ansible.builtin.command: >
|
||||
sudo -u www-data php occ app:install richdocuments
|
||||
args:
|
||||
chdir: {{ nextcloud_install_dir }}
|
||||
chdir: "{{ nextcloud_install_dir }}"
|
||||
register: install_result
|
||||
changed_when: "'already installed' not in install_result.stdout"
|
||||
failed_when: install_result.rc != 0 and 'already installed' not in install_result.stdout
|
||||
|
||||
Reference in New Issue
Block a user