Skip to content

Commit 33aaebf

Browse files
authored
remove duplicate task.
1 parent c1b8c4f commit 33aaebf

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)