library/roles/iptables/tasks/main.yml: Fix a installed vs present option.
This commit is contained in:
parent
31097d5d15
commit
baf6caa8f2
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: Install the needed iptables packages
|
- name: Install the needed iptables packages
|
||||||
apt: pkg={{ item }} state=installed
|
apt: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- iptables
|
- iptables
|
||||||
- iptables-persistent
|
- iptables-persistent
|
||||||
|
|
Loading…
Reference in New Issue