Closed paddyvishnubhatt-zz closed 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
fixed
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