Skip to content

Commit

Permalink
[E602] Don't compare to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
in0rdr authored and bbaassssiiee committed Oct 19, 2021
1 parent b24079f commit 46dcbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
mode: "0644"
when:
- vault_configure_enterprise_license | bool
- vault_license_file is defined and vault_license_file != ""
- vault_license_file | length > 0

- name: "Set Exec output to log path when enabled log"
set_fact:
Expand Down

0 comments on commit 46dcbd1

Please sign in to comment.