Browse Source

Be sure to have kernel modules (for iptables) while installing ferm

Emmanuel Bouthenot 10 years ago
parent
commit
29a38748ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/common/tasks/firewall.yml

+ 1 - 0
roles/common/tasks/firewall.yml

@@ -1,6 +1,7 @@
 - name: Install firewall package (ferm)
   apt: pkg={{ item }} state=installed update_cache=yes
   with_items:
+    - linux-image-{{ facter_architecture }}
     - ferm
   when: with_firewall