Fix paths to main.cf in postfix_basic.yml
See https://fedorahosted.org/fedora-infrastructure/ticket/4689
This commit is contained in:
parent
7c7f57271a
commit
58212b54f3
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@
|
|||
action: copy src={{ item }} dest=/etc/postfix/main.cf
|
||||
with_first_found:
|
||||
- "{{ postfix_maincf }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf.{{ ansible_fqdn }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf.{{ inventory_hostname }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf.{{ host_group }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf.{{ postfix_group }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf/main.cf.{{ ansible_fqdn }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf/main.cf.{{ inventory_hostname }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf/main.cf.{{ host_group }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf/main.cf.{{ postfix_group }}"
|
||||
- "{{ roles }}/base/files/postfix/main.cf/main.cf"
|
||||
notify:
|
||||
- restart postfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue