summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/transform-block-indentation-indicator.yml
blob: 7e9c81703bd4e83ca61742c09d7d4e84362ee36b (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Demo
  hosts: all
  tasks:
    - name: Demo
      ansible.builtin.debug:
        msg: |3
               multi
             line
             message