ansible-later/ansiblelater/test/data/yaml_success.yml

18 lines
255 B
YAML

# Standards: 0.1
---
- block:
- name: hello
command: echo hello
- name: task2
debug:
msg: hello
when: some_var_is_true
- name: another task
debug:
msg: another msg
- fail:
msg: this is actually valid indentation