Commit be7c9ae
authored
Fix shell command formatting in YAML file
```
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
```1 parent 0c86044 commit be7c9ae
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
0 commit comments