make provisioner/ansible/provisioner_test.go invisible to windows

This commit is contained in:
Adrien Delorme 2018-10-16 18:40:07 +02:00
parent 4edace1e24
commit 7c63c322c7
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !windows
package ansible
import (