fix check

This commit is contained in:
Antonio J. Delgado 2023-09-18 19:37:12 +03:00
parent 500f2192b3
commit 5498fb73cd

View file

@ -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