Commit bdba2ec
Derek
fix: quote awk command in gpu_groups.yml to fix YAML parsing
The unquoted colon in `awk -F:` caused Ansible YAML parser to fail
with "Colons in unquoted values must be followed by a non-space
character" during Packer desktop template build.1 parent a096a7b commit bdba2ec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments