Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
19177ba4
Commit
19177ba4
authored
Feb 04, 2020
by
Lars Beckers
Browse files
dkim: fix linter issues
parent
ad67b8b4
Pipeline
#1806
passed with stage
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dkim/defaults/main.yml
View file @
19177ba4
...
...
@@ -13,7 +13,7 @@ dkim_query_cache: "yes"
dkim_remove_old_signatures
:
"
no"
# TODO: evaluate for RWTH Servers
dkim_report_address
:
"
{{
dovecot_admin_mail
}}"
dkim_send_reports
:
"
no"
# TODO: evaluate after test phase
dkim_software_headers
:
"
yes"
dkim_software_headers
:
"
yes"
dkim_signature_ttl
:
0
...
...
dkim/tasks/main.yml
View file @
19177ba4
...
...
@@ -6,7 +6,6 @@
-
opendkim
-
opendkim-tools
state
:
present
-
name
:
ensure opendkim config is present
template
:
...
...
@@ -16,7 +15,7 @@
-
name
:
ensure domain files are present
template
:
src
:
"
{{item}}.j2"
dest
:
"
/etc/opendkim/{{item}}"
with_items
:
src
:
"
{{
item
}}.j2"
dest
:
"
/etc/opendkim/{{
item
}}"
with_items
:
-
dkim_domains
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment