diff --git a/src/_ansible b/src/_ansible index a62f968..60864d4 100644 --- a/src/_ansible +++ b/src/_ansible @@ -92,7 +92,7 @@ __host_list () local -a mixed_host_list mixed_host_list=$(command \ cat ${HOST_FILE} \ - | awk 'NF && $1 !~ /^[:space:]*#|[\[:=]/ { print $1 }' \ + | awk 'NF && $1 !~ /^[[:space:]]*#|[\[:=]/ { print $1 }' \ | sort | uniq) # compute set difference h1 - h2