From 64fef56166b61df6e55e746b59d4b333585719cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 21 May 2017 11:00:13 +0200 Subject: [PATCH] Minifirewall: add some context for tests --- minifirewall/tests/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minifirewall/tests/test.yml b/minifirewall/tests/test.yml index 3042af10..427cd2f3 100644 --- a/minifirewall/tests/test.yml +++ b/minifirewall/tests/test.yml @@ -1,4 +1,6 @@ --- - hosts: test-kitchen + vars: + - minifirewall_trusted_ips: ["{{ ansible_default_ipv4.address }}/24"] roles: - role: minifirewall