]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/collabora.yml
insertbefore hinzugefuegt
[fsit_smgt.git] / tasks / collabora.yml
index ee14b580f2c7f51bb4c1fcb0bc867e5c42bd1126..5a484111e862b2c16cada4b38bc3761a0da58156 100644 (file)
 - name: Insert lines with external Nextcloud-IPs
   ansible.builtin.blockinfile:
     dest: /etc/coolwsd/coolwsd.xml
 - name: Insert lines with external Nextcloud-IPs
   ansible.builtin.blockinfile:
     dest: /etc/coolwsd/coolwsd.xml
-    insertbefore:
+    insertbefore: "</post_allow>"
     block: |
       <host desc={{ fsit_smgt_collabora_post_allow }}</host>
     backup: yes
     block: |
       <host desc={{ fsit_smgt_collabora_post_allow }}</host>
     backup: yes
-    notify:
-      - Restart coolwsd service
+  notify:
+    - Restart coolwsd service