martivo
Whilst testing with every new trunk release I decided to try your Ansible roles but I came across a problem.
When I run the ansible, ansible-playbook site.yml, I am prompted with BECOME password: and whatever I enter returns the following.
[WARNING]: * Failed to parse /root/armbian-orange-pi-5-ansible/inventory.yml
with auto plugin: We were unable to read either as JSON nor YAML, these are the
errors we got from each: JSON: Expecting value: line 1 column 1 (char 0)
Syntax Error while loading YAML. mapping values are not allowed in this
context The error appears to be in '/root/armbian-orange-
pi-5-ansible/inventory.yml': line 6, column 91, but may be elsewhere in the
file depending on the exact syntax problem. The offending line appears to be:
vars: normal_user: <non root user of your SBC that you created during
armbian first boot, ex: martin>
^ here
[WARNING]: * Failed to parse /root/armbian-orange-pi-5-ansible/inventory.yml
with yaml plugin: We were unable to read either as JSON nor YAML, these are the
errors we got from each: JSON: Expecting value: line 1 column 1 (char 0)
Syntax Error while loading YAML. mapping values are not allowed in this
context The error appears to be in '/root/armbian-orange-
pi-5-ansible/inventory.yml': line 6, column 91, but may be elsewhere in the
file depending on the exact syntax problem. The offending line appears to be:
vars: normal_user: <non root user of your SBC that you created during
armbian first boot, ex: martin>
^ here
[WARNING]: * Failed to parse /root/armbian-orange-pi-5-ansible/inventory.yml
with ini plugin: Invalid host pattern 'all:' supplied, ending in ':' is not
allowed, this character is reserved to provide a port.
[WARNING]: Unable to parse /root/armbian-orange-pi-5-ansible/inventory.yml as
an inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that
the implicit localhost does not match 'all'