浏览代码

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

Emmanuel Bouthenot 10 年之前
父节点
当前提交
29a38748ca
共有 1 个文件被更改,包括 1 次插入0 次删除
  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