Skip to content

Conversation

@TPXP
Copy link

@TPXP TPXP commented Dec 5, 2025

ERROR! 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 '/home/runner/work/iac/iac/ansible/roles/ansible-mdadm/tasks/detect_unused_disks.yml': line 32, column 24, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- name: detect_unused_disks | Get devices with filesystem
  shell: blkid | cut -d: -f1 | sort | uniq
                       ^ here

```
ERROR! 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 '/home/runner/work/iac/iac/ansible/roles/ansible-mdadm/tasks/detect_unused_disks.yml': line 32, column 24, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- name: detect_unused_disks | Get devices with filesystem
  shell: blkid | cut -d: -f1 | sort | uniq
                       ^ here
```
@TPXP TPXP merged commit e0d3c36 into master Dec 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants