mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
missing quote in localfacts (#97)
This commit is contained in:
parent
7f80ed0345
commit
cbb090fe71
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ case $OS_VER in
|
|||
"debian-9" | \
|
||||
"ubuntu-16" | \
|
||||
"centos-7" | \
|
||||
"raspbian-8") break
|
||||
"raspbian-8")
|
||||
;;
|
||||
*) OS_VER="OS_not_supported"
|
||||
;;
|
||||
|
@ -48,6 +48,6 @@ cat <<EOF
|
|||
"xo_model" : "$XO_VERSION",
|
||||
"ansble_version" : "$ANSIBLE_VERSION",
|
||||
"os" : "$OS",
|
||||
"os_ver" : "$OS_VER}
|
||||
"os_ver" : "$OS_VER"}
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue