fix: Quote second debug task name in main.yml to resolve YAML parsing error
This commit is contained in:
parent
e5e67d90b0
commit
e10389d0eb
@ -10,11 +10,11 @@
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
- name: Debug: Display registries.conf content
|
||||
- name: "Debug: Display registries.conf content" # Quoted task name
|
||||
debug:
|
||||
var: registries_conf_content_debug.stdout
|
||||
when: registries_conf_content_debug.rc == 0
|
||||
roles:
|
||||
- common
|
||||
- podman # Ensure podman is configured before network
|
||||
- network
|
||||
- network
|
||||
Loading…
x
Reference in New Issue
Block a user