nextcloud: Fix typos, re-add hiddenservice-task

This commit is contained in:
phil 2023-10-22 21:41:16 +02:00
parent dd649c8826
commit eb4d07ae78
5 changed files with 34 additions and 13 deletions

View file

@ -25,10 +25,10 @@
dest: "/tmp/{{ instances.name }}_config.json"
mode: "0644"
- name: "Configuration | Importiere Konfuration | {{ instances.name }}"
ansible.builtin.command:
cmd: "php occ config:import /tmp/{{ instances.name }}_config.json --quiet"
chdir: "{{ nextcloud_install_path }}"
become: true
become_user: "{{ instances.user }}"
changed_when: true
# - name: "Configuration | Importiere Konfiguration | {{ instances.name }}"
# ansible.builtin.command:
# cmd: "php occ config:import /tmp/{{ instances.name }}_config.json --quiet"
# chdir: "{{ nextcloud_install_path }}"
# become: true
# become_user: "{{ instances.user }}"
# changed_when: true