mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2137 Fix argument for phpversion when host is windows
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
with_items:
|
||||
- "{{ mariadb.appbox_db }}"
|
||||
- "{{ mariadb.databox_db }}"
|
||||
- "{{ mariadb.alt_databox_db }}"
|
||||
|
||||
- name: mariadb | Import dump
|
||||
mysql_db: name={{ mariadb.appbox_db }} state=import login_user=root login_password={{ mariadb.root_password }} target=/vagrant/{{ mariadb.dump }}
|
||||
|
Reference in New Issue
Block a user