fix check
This commit is contained in:
parent
500f2192b3
commit
5498fb73cd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
set_fact:
|
||||
opendkim_genkey_cmd: "{{ where_result.stdout }}"
|
||||
when:
|
||||
- stdout in where_result
|
||||
- "'stdout' in where_result"
|
||||
- where_result.stdout != ''
|
||||
|
||||
- name: Fail if opendkim-genkey is not found
|
||||
|
|
Loading…
Reference in a new issue