Skip to content

Commit

Permalink
fix: fix lint literal-compare
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsym committed May 16, 2022
1 parent 5e72442 commit 64a4167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/wordpress/tasks/import-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
become_user: vagrant
when:
- is_xml_import.stat.exists
- is_xml_import.stat.isdir == false
- not is_xml_import.stat.isdir
- import_db_data == ''
- theme_unit_test == false
- not theme_unit_test

0 comments on commit 64a4167

Please sign in to comment.