mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-04 20:30:42 +00:00
18 lines
255 B
YAML
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
|