kubespray / kubespray-cli

Easy to use command line tool for kubernetes deployment with kubespray
GNU General Public License v3.0
252 stars 62 forks source link

ERROR! Syntax Error while loading YAML #92

Closed paddyvishnubhatt-zz closed 7 years ago

paddyvishnubhatt-zz commented 7 years ago

YAML file syntax results in ansible error.

security_groups: !!python/tuple [ !!python/tuple [ ^ here Workaround/solution is to use yaml.safe_dump - instead of dump.

Pls consider, Thx

Smana commented 7 years ago

fixed