Skip to content

Commit

Permalink
[504] Do not use 'local_action', use 'delegate_to: localhost'
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner committed Jul 19, 2020
1 parent f803301 commit fe00173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wordpress-nginx/roles/wordpress/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
become: no
become_method: sudo
changed_when: true
delegate_to: localhost

- name: Create WordPress database
mysql_db: name={{ wp_db_name }} state=present
Expand Down

0 comments on commit fe00173

Please sign in to comment.