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

     1  # background execution example
     2  tasks:
     3  - background:
     4    - sleep: 1000
     5    - debug: msg="called 2"
     6  - debug: msg="called 1"
     7  - sleep: 2000
     8  - debug: msg="called 3"