From 2a06343554839d1e600ce4390e4765d4e35c1fbe Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 30 Dec 2021 18:22:18 +0100 Subject: [PATCH] tag with postfix_conf the spf tasks. --- tasks/postfix_spf_policy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/postfix_spf_policy.yml b/tasks/postfix_spf_policy.yml index 303a89e..5144591 100644 --- a/tasks/postfix_spf_policy.yml +++ b/tasks/postfix_spf_policy.yml @@ -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: