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

     1  tasks:
     2  - blocks:
     3     - http_get:
     4         url: "https://status.github.com/{{ item }}"
     5         headers: {}
     6       register: result
     7     - debug: var=$result.raw_body
     8    worker: 3
     9    with_items:
    10    - /api/status.json
    11    - /api.json
    12    - /api/last-message.json