summaryrefslogtreecommitdiffstats
path: root/examples/roles/name_casing/tasks/main.transformed.yml
blob: 74c18ae9e8badd69d4a2647f9ff057cbdaf2409d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: Test nested tasks within block and always
  block:
    - name: Test1
      ansible.builtin.debug:
        msg: Foo

    - name: Test2
      ansible.builtin.debug:
        msg: Bar

  always:
    - name: From always block to be auto fixed as name[casing] scenario
      ansible.builtin.debug:
        msg: Baz