mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
main.cf files need to be moved before we claim they are templates
Revert "postfix: install main.cf as template"
This reverts commit 57f75cbcab.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
- packages
|
||||
|
||||
- name: /etc/postfix/main.cf
|
||||
template: src={{ item }} dest=/etc/postfix/main.cf
|
||||
copy: src={{ item }} dest=/etc/postfix/main.cf
|
||||
with_first_found:
|
||||
- "{{ postfix_maincf }}"
|
||||
- "{{ roles_path }}/base/files/postfix/main.cf/main.cf.{{ ansible_fqdn }}"
|
||||
|
||||
Reference in New Issue
Block a user