Fix syntax errors

This commit is contained in:
Salt 2020-04-30 08:11:03 -05:00
parent f68c64e467
commit 72e5cbe090

View File

@ -7,7 +7,7 @@
state: restarted
- name: gitea add default user
block:
name: Create user
- name: Create user
command:
argv:
- /usr/local/bin/gitea
@ -21,7 +21,7 @@
- "{{ gitea_admin_email }}"
- --config
- /etc/gitea/app.ini
name: Promote user to admin
- name: Promote user to admin
mysql_query:
login_db: gitea
login_user: gitea