summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/noqa-nested.yml
blob: 0659d484968a249ddae427bc8f4380df5d3728f8 (plain)
1
2
3
4
5
6
7
8
9
---
- hosts: localhost
  tasks:
    - name: Example of multi-level block
      block:
        - name: 2nd level
          block:
            - ansible.builtin.debug: # noqa: name[missing]
                msg: "test unnamed task in block"