1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-10-28 18:06:01 -04:00 committed by GitHub
parent 4a251ef0a3
commit c24930854c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@
state: directory
owner: "{{ apache_user }}"
- name: Create Elgg's MySQL database {{ dbname }} - can be run more than once
- name: Create Elgg's MySQL database {{ dbname }}, to be populated below - can be run more than once
mysql_db:
name: "{{ dbname }}"
register: create_elgg_database