base / iptables: one more typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c5773c8c45
commit
03abad159d
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
||||||
when: "'iad2' not in inventory_hostname or ( datacenter == 'iad2' and external == 'true')"
|
when: "'iad2' not in inventory_hostname or ( datacenter == 'iad2' and external == 'true')"
|
||||||
|
|
||||||
- name: setup blocklist ipset if this is a new install
|
- 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:
|
args:
|
||||||
creates: /etc/sysconfig/ipset-blocklist
|
creates: /etc/sysconfig/ipset-blocklist
|
||||||
when: "'iad2' not in inventory_hostname or ( datacenter == 'iad2' and external == 'true')"
|
when: "'iad2' not in inventory_hostname or ( datacenter == 'iad2' and external == 'true')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue