Fix botched quotes in MySQL query
This commit is contained in:
parent
21d3d8c410
commit
75f5e0c46c
@ -28,6 +28,6 @@
|
|||||||
- -p
|
- -p
|
||||||
- "{{ gitea_mysql_password }}"
|
- "{{ gitea_mysql_password }}"
|
||||||
- -e
|
- -e
|
||||||
- 'UPDATE user SET is_admin = 1 WHERE name = {{ gitea_admin_username }};'
|
- 'UPDATE user SET is_admin = 1 WHERE name = "{{ gitea_admin_username }}";'
|
||||||
become: yes
|
become: yes
|
||||||
become_user: git
|
become_user: git
|
||||||
|
Loading…
Reference in New Issue
Block a user