github.com/mmatczuk/gohan@v0.0.0-20170206152520-30e45d9bdb69/extension/gohanscript/examples/debugger.yaml (about)

     1  tasks:
     2  - blocks:
     3    - vars:
     4          place: "Earth"
     5          person:
     6              name: "John"
     7              age: "30"
     8    - debugger:
     9    - debug: msg="a"
    10    - background:
    11      - debug: msg="background x"
    12      - debug: msg="background y"
    13    - debug: msg="b"
    14    - debug: msg="c"