File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : Search for {{ url_from }} and replace with {{ url_to }} on development
80
80
delegate_to : development_host
81
- command : wp search-replace '//{{ url_from }}' '//{{ url_to }}' --allow-root --all-tables
81
+ command : wp search-replace '//{{ url_from }}' '//{{ url_to }}' --allow-root --all-tables --precise
82
82
args :
83
83
chdir : " {{ project_web_dir }}"
84
84
tags : ['search-replace']
Original file line number Diff line number Diff line change 87
87
warn : false
88
88
89
89
- name : Search for {{ url_from }} and replace with {{ url_to }} on development
90
- command : wp search-replace '//{{ url_from }}' '//{{ url_to }}' --allow-root --all-tables
90
+ command : wp search-replace '//{{ url_from }}' '//{{ url_to }}' --allow-root --all-tables --precise
91
91
args :
92
92
chdir : " {{ project_web_dir }}"
93
93
tags : ['search-replace']
You can’t perform that action at this time.
0 commit comments