mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Merge pull request #1097 from pushytoxin/autocomplete
Fix local/bin scripts autocompletion by adding rx perms to everyone
This commit is contained in:
		@@ -34,7 +34,7 @@
 | 
			
		||||
      template:
 | 
			
		||||
        src: "{{ role_path }}/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2"
 | 
			
		||||
        dest: "{{ matrix_local_bin_path }}/matrix-ssl-lets-encrypt-certificates-renew"
 | 
			
		||||
        mode: 0750
 | 
			
		||||
        mode: 0755
 | 
			
		||||
 | 
			
		||||
    - name: Ensure SSL renewal systemd units installed
 | 
			
		||||
      template:
 | 
			
		||||
 
 | 
			
		||||
@@ -77,14 +77,14 @@
 | 
			
		||||
  template:
 | 
			
		||||
    src: "{{ role_path }}/templates/usr-local-bin/matrix-postgres-cli.j2"
 | 
			
		||||
    dest: "{{ matrix_local_bin_path }}/matrix-postgres-cli"
 | 
			
		||||
    mode: 0750
 | 
			
		||||
    mode: 0755
 | 
			
		||||
  when: matrix_postgres_enabled|bool
 | 
			
		||||
 | 
			
		||||
- name: Ensure matrix-change-user-admin-status script created
 | 
			
		||||
  template:
 | 
			
		||||
    src: "{{ role_path }}/templates/usr-local-bin/matrix-change-user-admin-status.j2"
 | 
			
		||||
    dest: "{{ matrix_local_bin_path }}/matrix-change-user-admin-status"
 | 
			
		||||
    mode: 0750
 | 
			
		||||
    mode: 0755
 | 
			
		||||
  when: matrix_postgres_enabled|bool
 | 
			
		||||
 | 
			
		||||
- name: (Migration) Ensure old matrix-make-user-admin script deleted
 | 
			
		||||
@@ -97,7 +97,7 @@
 | 
			
		||||
  template:
 | 
			
		||||
    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"
 | 
			
		||||
    mode: 0750
 | 
			
		||||
    mode: 0755
 | 
			
		||||
  when: matrix_postgres_enabled|bool
 | 
			
		||||
 | 
			
		||||
- name: Ensure matrix-postgres.service installed
 | 
			
		||||
 
 | 
			
		||||
@@ -106,4 +106,4 @@
 | 
			
		||||
  template:
 | 
			
		||||
    src: "{{ role_path }}/templates/synapse/usr-local-bin/matrix-synapse-register-user.j2"
 | 
			
		||||
    dest: "{{ matrix_local_bin_path }}/matrix-synapse-register-user"
 | 
			
		||||
    mode: 0750
 | 
			
		||||
    mode: 0755
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user