Skip to content

Commit

Permalink
Galaxy: fixed some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
foxycode committed Jun 10, 2020
1 parent 485f6ac commit d46f990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ galaxy_info:
- buster
galaxy_tags:
- mail
- DKIM
- dkim
- antispam
- postfix
- opendkim
Expand Down
2 changes: 1 addition & 1 deletion tasks/opendkim_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
register: dkim_key

- name: generate signing key
shell: opendkim-genkey -s {{ dkim_selector }} -d {{ dkim_domain }} -D {{ dkim_opendkim_config_dir }}/keys{{ '' if dkim_same_key else '/' ~ dkim_domain }}
command: opendkim-genkey -s {{ dkim_selector }} -d {{ dkim_domain }} -D {{ dkim_opendkim_config_dir }}/keys{{ '' if dkim_same_key else '/' ~ dkim_domain }}
when: not dkim_key.stat.exists
notify:
- restart opendkim
Expand Down

0 comments on commit d46f990

Please sign in to comment.