Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

7 行
149 B

  1. ---
  2. - name: Ensure matrix-synapse-rest-auth doesn't exist
  3. file:
  4. path: "{{ matrix_synapse_ext_path }}/rest_auth_provider.py"
  5. state: absent