Fix ansible core 2.20 and supported OS list
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
+27
-27
@@ -56,57 +56,57 @@ service_list:
|
||||
state: 'started'
|
||||
template_list:
|
||||
- dest: '/etc/postfix/dynamicmaps.cf.d/ldap'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/dynamicmaps.cf.d/ldap'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/dynamicmaps.cf.d/ldap'
|
||||
- dest: '/etc/postfix/dynamicmaps.cf.d/mysql'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/dynamicmaps.cf.d/mysql'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/dynamicmaps.cf.d/mysql'
|
||||
- dest: '/etc/postfix/dynamicmaps.cf.d/pcre'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/dynamicmaps.cf.d/pcre'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/dynamicmaps.cf.d/pcre'
|
||||
- dest: '/etc/postfix/postfix-files.d/ldap'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/postfix-files.d/ldap'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/postfix-files.d/ldap'
|
||||
- dest: '/etc/postfix/postfix-files.d/mysql'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/postfix-files.d/mysql'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/postfix-files.d/mysql'
|
||||
- dest: '/etc/postfix/postfix-files.d/pcre'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/postfix-files.d/pcre'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/postfix-files.d/pcre'
|
||||
- dest: '/etc/postfix/access'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/access'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/access'
|
||||
- dest: '/etc/postfix/canonical'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/canonical'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/canonical'
|
||||
- dest: '/etc/postfix/dynamicmaps.cf'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/dynamicmaps.cf'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/dynamicmaps.cf'
|
||||
- dest: '/etc/postfix/generic'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/generic'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/generic'
|
||||
- dest: '/etc/postfix/header_checks'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/header_checks'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/header_checks'
|
||||
- dest: '/etc/postfix/main.cf'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/main.cf'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/main.cf'
|
||||
- dest: '/etc/postfix/main.cf.proto'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/main.cf.proto'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/main.cf.proto'
|
||||
- dest: '/etc/postfix/master.cf'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/master.cf'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/master.cf'
|
||||
- dest: '/etc/postfix/master.cf.proto'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/master.cf.proto'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/master.cf.proto'
|
||||
- dest: '/etc/postfix/postfix-files'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/postfix-files'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/postfix-files'
|
||||
- dest: '/etc/postfix/relocated'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/relocated'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/relocated'
|
||||
- dest: '/etc/postfix/transport'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/transport'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/transport'
|
||||
- dest: '/etc/postfix/virtual'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/postfix/virtual'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/postfix/virtual'
|
||||
- dest: '/etc/opendkim/KeyTable'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendkim/KeyTable'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/opendkim/KeyTable'
|
||||
- dest: '/etc/opendkim/SigningTable'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendkim/SigningTable'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/opendkim/SigningTable'
|
||||
- dest: '/etc/opendkim/TrustedHosts'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendkim/TrustedHosts'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/opendkim/TrustedHosts'
|
||||
- dest: '/etc/opendkim.conf'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendkim.conf'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/opendkim.conf'
|
||||
- dest: '/etc/opendmarc.conf'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendmarc.conf'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/opendmarc.conf'
|
||||
- dest: '/etc/opendmarc/ignore.hosts'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendmarc/ignore.hosts'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/etc/opendmarc/ignore.hosts'
|
||||
- dest: '/usr/lib/systemd/system/postfix-copytls.service'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/postfix-copytls.service'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/usr/lib/systemd/system/postfix-copytls.service'
|
||||
- dest: '/usr/lib/systemd/system/postfix-copytls.timer'
|
||||
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/postfix-copytls.timer'
|
||||
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/usr/lib/systemd/system/postfix-copytls.timer'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user