Add Azure provider support to ansible-test and CI.

ci_complete
This commit is contained in:
Matt Clay 2017-11-29 00:46:08 -08:00
commit 1b5c4b72bd
14 changed files with 83 additions and 30 deletions

View file

@ -10,6 +10,7 @@ cd ~/
if [ "${platform}" = "freebsd" ]; then
while true; do
env ASSUME_ALWAYS_YES=YES pkg bootstrap && \
pkg install -y \
bash \
curl \