remove duplicate task.

This commit is contained in:
ali shahrudi
2022-09-09 02:48:32 -04:00
committed by GitHub
parent c1b8c4f755
commit 33aaebf7e3
-9
View File
@@ -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