Quote variables

This commit is contained in:
Salt 2020-04-30 05:39:53 -05:00
parent 661cad5c39
commit 1ada045fa2

View File

@ -93,11 +93,11 @@
- admin - admin
- create-user - create-user
- --username - --username
- {{ gitea_admin_username }} - "{{ gitea_admin_username }}"
- --password - --password
- {{ gitea_admin_password }} - "{{ gitea_admin_password }}"
- --email - --email
- {{ gitea_admin_email }} - "{{ gitea_admin_email }}"
- --config - --config
- /etc/gitea/app.ini - /etc/gitea/app.ini
when: not p.stat.exists when: not p.stat.exists