Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 4b11a2f

Browse files
committed
[301] Commands should not change things if nothing needs doing
1 parent 032c42e commit 4b11a2f

File tree

1 file changed

+1
-0
lines changed
  • wordpress-nginx/roles/wordpress/tasks

1 file changed

+1
-0
lines changed

wordpress-nginx/roles/wordpress/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
register: "wp_salt"
2121
become: no
2222
become_method: sudo
23+
changed_when: false
2324

2425
- name: Create WordPress database
2526
mysql_db: name={{ wp_db_name }} state=present

0 commit comments

Comments
 (0)