Skip to content

Commit

Permalink
remove duplicate task.
Browse files Browse the repository at this point in the history
  • Loading branch information
alishahrudi authored Sep 9, 2022
1 parent c1b8c4f commit 33aaebf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drupal/provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33aaebf

Please sign in to comment.