1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

enable database at startup

This commit is contained in:
Mark Heiges 2016-08-24 18:18:42 -04:00
parent 7a9f19d34f
commit beddc346c2

View File

@ -9,6 +9,7 @@
- service: name='{{ redmine_db_service_provider }}'
state=started
enabled=yes
become: yes
- mysql_db: name='{{ redmine_db_name }}'