tag with postfix_conf the spf tasks.
This commit is contained in:
parent
50eb675f0b
commit
2a06343554
|
|
@ -21,7 +21,7 @@
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
when: ansible_distribution_file_variety == "RedHat"
|
when: ansible_distribution_file_variety == "RedHat"
|
||||||
tags: [ 'postfix', 'postfix_spf_policy' ]
|
tags: [ 'postfix', 'postfix_spf_policy', 'postfix_conf' ]
|
||||||
|
|
||||||
- name: Set the spf policy's environment and install the packages on deb
|
- name: Set the spf policy's environment and install the packages on deb
|
||||||
block:
|
block:
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
cache_valid_time: 1800
|
cache_valid_time: 1800
|
||||||
|
|
||||||
when: ansible_distribution_file_variety == "Debian"
|
when: ansible_distribution_file_variety == "Debian"
|
||||||
tags: [ 'postfix', 'postfix_spf_policy' ]
|
tags: [ 'postfix', 'postfix_spf_policy', 'postfix_conf' ]
|
||||||
|
|
||||||
- name: Configure policyd-spf
|
- name: Configure policyd-spf
|
||||||
block:
|
block:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue