Skip to content

Commit 3fc6a15

Browse files
authored
Merge pull request #502 from alishahrudi/master
duplicated mysql task removed.
2 parents f78c6c3 + df0e3da commit 3fc6a15

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

drupal/provisioning/playbook.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,6 @@
104104
host: localhost
105105
state: present
106106

107-
# TODO: See https://github.com/geerlingguy/ansible-for-devops/issues/297
108-
- name: Create a MySQL user for Drupal.
109-
mysql_user:
110-
name: "{{ domain }}"
111-
password: "1234"
112-
priv: "{{ domain }}.*:ALL"
113-
host: localhost
114-
state: present
115-
116107
- name: Download Composer installer.
117108
get_url:
118109
url: https://getcomposer.org/installer

0 commit comments

Comments
 (0)