Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

7 řádky
167 B

  1. ---
  2. - name: Ensure matrix_encryption_disabler doesn't exist
  3. ansible.builtin.file:
  4. path: "{{ matrix_synapse_ext_path }}/matrix_e2ee_filter.py"
  5. state: absent