ansible / instruqt

Self-paced instruqt Training material
66 stars 59 forks source link

Syntax error while loading YAML #533

Closed hafizanwar closed 6 months ago

hafizanwar commented 6 months ago

N: 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 '/home/rhel/ansible-files/apache.yml': line 10, column 15, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  state: latest
    - name: Apache enabled and running
          ^ here