|
|
@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
- name: Checkout Prosody Auth Matrix User Verification Plugin Repo
|
|
|
|
- name: Checkout Prosody Auth Matrix User Verification Plugin Repo
|
|
|
|
ansible.builtin.git:
|
|
|
|
ansible.builtin.git:
|
|
|
|
repo: "{{ matrix_jitsi_prosody_auth_matrix_user_verification_repo_location }}"
|
|
|
|
repo: "{{ matrix_jitsi_prosody_auth_matrix_user_verification_repo_location }}"
|
|
|
@ -6,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Prosody Auth Matrix User Verification Plugin
|
|
|
|
- name: Install Prosody Auth Matrix User Verification Plugin
|
|
|
|
ansible.builtin.copy:
|
|
|
|
ansible.builtin.copy:
|
|
|
|
remote_src: yes
|
|
|
|
remote_src: true
|
|
|
|
src: "{{ matrix_jitsi_prosody_auth_matrix_user_verification_repo_target }}/{{ item.path }}"
|
|
|
|
src: "{{ matrix_jitsi_prosody_auth_matrix_user_verification_repo_target }}/{{ item.path }}"
|
|
|
|
dest: "{{ matrix_jitsi_prosody_plugins_path }}/{{ item.path }}"
|
|
|
|
dest: "{{ matrix_jitsi_prosody_plugins_path }}/{{ item.path }}"
|
|
|
|
with_items: "{{ matrix_jitsi_prosody_auth_matrix_files }}"
|
|
|
|
with_items: "{{ matrix_jitsi_prosody_auth_matrix_files }}"
|
|
|
|