Can't bootstrap the VnV
sinaure opened this issue · 1 comments
sinaure commented
on v4 working but on master cant run VnV
sudo ansible-playbook roles/vnv.yml -i environments -e "target=localhost "
`
ERROR! Syntax Error while loading YAML. found character '\t' that cannot start any token The error appears to have been in '/home/asinatra/projects/5gtango/tng-devops/roles/vnv/tasks/pgsql.yml': line 26, column 6 9, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Wait until the string "Postgres" is UP wait_for: host=0.0.0.0 port=5432 timeout=30 delay=10 state=started ^ here There appears to be a tab character at the start of the line. YAML does not use tabs for formatting. Tabs should be replaced with spaces. For example: - name: update tooling vars: version: 1.2.3 # ^--- there is a tab there. Should be written as: - name: update tooling vars: version: 1.2.3 # ^--- all spaces here.
`
sinaure commented
fixed bootstrap ok