Explorar el Código

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

Emmanuel Bouthenot hace 10 años
padre
commit
29a38748ca
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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