1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Cleaner wordpress/tasks/setup.yml

This commit is contained in:
A Holt 2020-01-12 00:17:54 -05:00 committed by GitHub
parent 15bc4c2a79
commit 3c361728dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
name: "{{ wp_db_name }}"
state: present
- name: Create MySQL wordpress database user
- name: Create MySQL wordpress database user {{ wp_db_user }} with password
mysql_user:
name: "{{ wp_db_user }}"
password: "{{ wp_db_user_password }}"