less quotes

This commit is contained in:
Jens Timmerman 2020-09-12 02:19:43 +02:00
parent f013d7d840
commit 03c47af38a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
- name: "set superjuser password"
django_manage:
command: 'shell -c "from django.contrib.auth.models import User; usr = User.objects.get(username=\'admin\'); usr.set_password(\'{{im_admin_password}}\'); usr.save()"'
command: shell -c "from django.contrib.auth.models import User; usr = User.objects.get(username='admin'); usr.set_password('{{im_admin_password}}'); usr.save()"
app_path: "{{im_home}}/im"
become: true
become_user: "{{im_user}}"