mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
remove duplicate task.
This commit is contained in:
@@ -104,15 +104,6 @@
|
||||
host: localhost
|
||||
state: present
|
||||
|
||||
# TODO: See https://github.com/geerlingguy/ansible-for-devops/issues/297
|
||||
- name: Create a MySQL user for Drupal.
|
||||
mysql_user:
|
||||
name: "{{ domain }}"
|
||||
password: "1234"
|
||||
priv: "{{ domain }}.*:ALL"
|
||||
host: localhost
|
||||
state: present
|
||||
|
||||
- name: Download Composer installer.
|
||||
get_url:
|
||||
url: https://getcomposer.org/installer
|
||||
|
||||
Reference in New Issue
Block a user