From 03abad159d502d4ddce0267089e628ca6b41b2e8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Jun 2023 13:04:43 -0700 Subject: [PATCH] base / iptables: one more typo Signed-off-by: Kevin Fenzi --- roles/base/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 53ebd785cf..6c77d26eaa 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -170,7 +170,7 @@ when: "'iad2' not in inventory_hostname or ( datacenter == 'iad2' and external == 'true')" - name: setup blocklist ipset if this is a new install - command: "/usr/sbin/ipset create blocklist hash:ip; touch /etc/sysconfig/ipset-blocklist" + shell: "/usr/sbin/ipset create blocklist hash:ip; touch /etc/sysconfig/ipset-blocklist" args: creates: /etc/sysconfig/ipset-blocklist when: "'iad2' not in inventory_hostname or ( datacenter == 'iad2' and external == 'true')"