tag with postfix_conf the spf tasks.

This commit is contained in:
Andrea Dell'Amico 2021-12-30 18:22:18 +01:00
parent 50eb675f0b
commit 2a06343554
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
state: present
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
block:
@ -38,7 +38,7 @@
cache_valid_time: 1800
when: ansible_distribution_file_variety == "Debian"
tags: [ 'postfix', 'postfix_spf_policy' ]
tags: [ 'postfix', 'postfix_spf_policy', 'postfix_conf' ]
- name: Configure policyd-spf
block: