mirror of
https://github.com/frappe/bench.git
synced 2025-01-22 22:58:31 +00:00
Merge pull request #688 from adityahase/password-fix
Add single quotes around password variables in ansible script
This commit is contained in:
commit
3667df332b
@ -15,7 +15,7 @@
|
||||
register: site_folder
|
||||
|
||||
- name: Create a new site
|
||||
command: "bench new-site {{ site }} --admin-password {{ admin_password }} --mariadb-root-password {{ mysql_root_password }}"
|
||||
command: "bench new-site {{ site }} --admin-password '{{ admin_password }}' --mariadb-root-password '{{ mysql_root_password }}'"
|
||||
args:
|
||||
chdir: "{{ bench_path }}"
|
||||
when: not site_folder.stat.exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user