Browse Source

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

Emmanuel Bouthenot 10 năm trước cách đây
mục cha
commit
29a38748ca
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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