Skip to content

Commit

Permalink
Merge pull request #16 from cloudscale-ch/denis/dovecot-fqdn
Browse files Browse the repository at this point in the history
Use FQDN for template_src lookup in dovecot/tasks/main.yml
  • Loading branch information
href authored Feb 21, 2024
2 parents 05cde54 + f95dd89 commit 482222b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/dovecot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@

- name: Generate Dovecot main configuration file
template:
src: '{{ lookup("template_src", "etc/dovecot/dovecot.conf.j2") }}'
src: "{{ lookup('debops.debops.template_src', 'etc/dovecot/dovecot.conf.j2') }}"
dest: '/etc/dovecot/dovecot.conf'
owner: 'root'
group: 'dovecot'
Expand Down

0 comments on commit 482222b

Please sign in to comment.