Skip to content

Commit

Permalink
Merge pull request geerlingguy#502 from alishahrudi/master
Browse files Browse the repository at this point in the history
duplicated mysql task removed.
  • Loading branch information
geerlingguy authored Sep 9, 2022
2 parents f78c6c3 + df0e3da commit 3fc6a15
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 3fc6a15

Please sign in to comment.