Skip to content
Snippets Groups Projects
Commit 48681e01 authored by Lars Beckers's avatar Lars Beckers
Browse files

dkim: fix linter issues

parent b860cf60
No related branches found
No related tags found
No related merge requests found
Pipeline #2712 passed
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
- opendkim-tools - opendkim-tools
state: present state: present
- name: ensure opendkim config is present - name: ensure opendkim config is present
template: template:
src: opendkim.conf.j2 src: opendkim.conf.j2
...@@ -19,4 +18,4 @@ ...@@ -19,4 +18,4 @@
src: "{{ item }}.j2" src: "{{ item }}.j2"
dest: "/etc/opendkim/{{ item }}" dest: "/etc/opendkim/{{ item }}"
with_items: with_items:
- dkim_domains
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment