Skip to content

Commit

Permalink
This shouhis should be changed_when: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner committed Jul 19, 2020
1 parent b3f09ae commit f803301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-nginx/roles/wordpress/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
register: "wp_salt"
become: no
become_method: sudo
changed_when: false
changed_when: true

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

0 comments on commit f803301

Please sign in to comment.