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