base / iptables: one more typo

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-06-26 13:04:43 -07:00
parent c5773c8c45
commit 03abad159d

View file

@ -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')"