Fix table files
This commit is contained in:
parent
2bcc02650d
commit
c545dc4f0d
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
lineinfile:
|
||||
path: /etc/opendkim.conf
|
||||
regexp: '^KeyTable '
|
||||
line: "KeyTable /etc/opendkim/keytable"
|
||||
line: "KeyTable refile:/etc/opendkim/keytable"
|
||||
backup: true
|
||||
notify: Restart OpenDKIM service
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
|||
lineinfile:
|
||||
path: /etc/opendkim.conf
|
||||
regexp: '^SigningTable '
|
||||
line: "SigningTable /etc/opendkim/signingtable"
|
||||
line: "SigningTable refile:/etc/opendkim/signingtable"
|
||||
backup: true
|
||||
notify: Restart OpenDKIM service
|
||||
|
||||
|
|
Loading…
Reference in a new issue