forked from ISTI-ansible-roles/ansible-roles
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:
|
||||
- name: Install the needed iptables packages
|
||||
apt: pkg={{ item }} state=installed
|
||||
apt: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- iptables
|
||||
- iptables-persistent
|
||||
|
|
Loading…
Reference in New Issue