change order
This commit is contained in:
parent
4833144d70
commit
e31a6250db
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@
|
||||||
- name: Fail if opendkim-genkey is not found
|
- name: Fail if opendkim-genkey is not found
|
||||||
fail:
|
fail:
|
||||||
when:
|
when:
|
||||||
- where_result.stdout == ""
|
|
||||||
- which_result.stdout == ""
|
- which_result.stdout == ""
|
||||||
|
- where_result.stdout == ""
|
||||||
|
|
||||||
- name: Set command for opendkim-genkey (using which)
|
- name: Set command for opendkim-genkey (using which)
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Loading…
Reference in a new issue