add script + doc to change a user to admin

This commit is contained in:
Thomas vO
2018-11-28 11:02:15 +01:00
parent bbf8928831
commit 2bdc35de63
3 changed files with 32 additions and 1 deletions

View File

@ -62,6 +62,12 @@
dest: "/usr/local/bin/matrix-postgres-cli"
mode: 0750
- name: Ensure matrix-make-user-admin script created
template:
src: "{{ role_path }}/templates/usr-local-bin/matrix-make-user-admin.j2"
dest: "/usr/local/bin/matrix-make-user-admin"
mode: 0750
#
# Tasks related to setting up an internal postgres server
#