From 996800a848a5b54f938d740f3dd8b6570f4973ed Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 19 Sep 2021 00:21:26 +0500 Subject: [PATCH] Rename handlers --- handlers/main.yml | 4 ++-- tasks/install.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index 2467e24..176511d 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,6 +1,6 @@ --- -- name: Load iptables rules for IPv4 +- name: iptables | Load iptables rules for IPv4 shell: 'cat {{ iptables__conf_ipv4 }} | iptables-restore' -- name: Load iptables rules for IPv6 +- name: iptables | Load iptables rules for IPv6 shell: 'cat {{ iptables__conf_ipv6 }} | ip6tables-restore' diff --git a/tasks/install.yml b/tasks/install.yml index 3a35b2e..ea4bee4 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -18,7 +18,7 @@ mode: 'u=rw,go=r' owner: root group: root - notify: Load iptables rules for IPv4 + notify: iptables | Load iptables rules for IPv4 - name: Install iptables rules for IPv6 template: @@ -27,4 +27,4 @@ mode: 'u=rw,go=r' owner: root group: root - notify: Load iptables rules for IPv6 + notify: iptables | Load iptables rules for IPv6