Skip to content

Commit

Permalink
opendkim: fixed ansible lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodier committed May 3, 2023
1 parent 357be36 commit 9a7a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/opendkim/tasks/dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
dig TXT {{ dkim_selector }}._domainkey.{{ network.domain }}
+noall +answer @{{ pdns.ip }}
changed_when: false
failed_when: dns_entry_exists.stdout == ''
failed_when: dns_entry_exists.stdout | length == 0
ignore_errors: true
tags: dns

Expand Down

0 comments on commit 9a7a6fd

Please sign in to comment.