Minifirewall: install Git for tests

This commit is contained in:
Jérémy Lecour 2017-07-13 16:36:27 +02:00 committed by Jérémy Lecour
parent d02cef44bd
commit fc2bd395b9
1 changed files with 3 additions and 0 deletions

View File

@ -2,5 +2,8 @@
- hosts: test-kitchen
vars:
- minifirewall_trusted_ips: ["{{ ansible_default_ipv4.address }}/24"]
pre_tasks:
- apt:
name: git
roles:
- role: minifirewall