fix which command

This commit is contained in:
Antonio J. Delgado 2023-09-18 19:19:36 +03:00
parent 77c0935a65
commit 04790631ea

View file

@ -1,6 +1,6 @@
---
- name: Find opendkim-genkey command
shell: which opendkim-genkey | true
shell: which opendkim-genkey
register: which_result
- name: Find opendkim-genkey command using whereis