1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

runansible succeeded (#155)

This commit is contained in:
georgejhunt 2017-08-21 17:49:31 -07:00 committed by GitHub
parent 3be060403d
commit 701ab3d4db
2 changed files with 27 additions and 1 deletions

View file

@ -13,7 +13,8 @@ case $OS_VER in
"debian-9" | \
"ubuntu-16" | \
"centos-7" | \
"raspbian-8")
"raspbian-8"| \
"raspbian-9")
;;
*) OS_VER="OS_not_supported"
;;