@ -77,14 +77,14 @@
template:
template:
src : "{{ role_path }}/templates/usr-local-bin/matrix-postgres-cli.j2"
src : "{{ role_path }}/templates/usr-local-bin/matrix-postgres-cli.j2"
dest : "{{ matrix_local_bin_path }}/matrix-postgres-cli"
dest : "{{ matrix_local_bin_path }}/matrix-postgres-cli"
mode : 075 0
mode : 075 5
when : matrix_postgres_enabled|bool
when : matrix_postgres_enabled|bool
- name : Ensure matrix-change-user-admin-status script created
- name : Ensure matrix-change-user-admin-status script created
template:
template:
src : "{{ role_path }}/templates/usr-local-bin/matrix-change-user-admin-status.j2"
src : "{{ role_path }}/templates/usr-local-bin/matrix-change-user-admin-status.j2"
dest : "{{ matrix_local_bin_path }}/matrix-change-user-admin-status"
dest : "{{ matrix_local_bin_path }}/matrix-change-user-admin-status"
mode : 075 0
mode : 075 5
when : matrix_postgres_enabled|bool
when : matrix_postgres_enabled|bool
- name : (Migration) Ensure old matrix-make-user-admin script deleted
- name : (Migration) Ensure old matrix-make-user-admin script deleted
@ -97,7 +97,7 @@
template:
template:
src : "{{ role_path }}/templates/usr-local-bin/matrix-postgres-update-user-password-hash.j2"
src : "{{ role_path }}/templates/usr-local-bin/matrix-postgres-update-user-password-hash.j2"
dest : "{{ matrix_local_bin_path }}/matrix-postgres-update-user-password-hash"
dest : "{{ matrix_local_bin_path }}/matrix-postgres-update-user-password-hash"
mode : 075 0
mode : 075 5
when : matrix_postgres_enabled|bool
when : matrix_postgres_enabled|bool
- name : Ensure matrix-postgres.service installed
- name : Ensure matrix-postgres.service installed