update..
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
group: root
|
||||
mode: 0644
|
||||
register: apt_config_updated
|
||||
when: apt_manage_sources_list|bool
|
||||
when:
|
||||
- apt_manage_sources_list|bool
|
||||
- ansible_facts['distribution'] == 'Debian'
|
||||
- (ansible_facts['distribution_major_version'] | int) < 13
|
||||
tags:
|
||||
- apt-configuration
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ _SASL_PASS=
|
||||
_RELAY_HOST=true
|
||||
_SYMPA_LIST_SERVER=true
|
||||
{% else %}
|
||||
_RELAY_HOST="{{ is_relay_host | default('false') }}"
|
||||
_RELAY_HOST={{ is_relay_host | default('false') }}
|
||||
_SYMPA_LIST_SERVER=false
|
||||
{% endif %}
|
||||
|
||||
_INSTALL_DMARC_REPORT_SUPPORT={{ support_dmarc_reporting | default('false') }}
|
||||
|
||||
Reference in New Issue
Block a user