summaryrefslogtreecommitdiffstats
path: root/test/remote-ansible/mock-payloads/job-output.json
blob: cd861c36bb5104274bd356ab69cd91a47e42d1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "httpRequest" : {
    "method" : "GET",
    "path" : .PATH_JOB_OUTPUT_PAYLOAD
  },
  "httpResponse" : {
    "body" : "

    PLAY [Hello World Sample] ******************************************************

    TASK [Gathering Facts] *********************************************************
    ok: [localhost]

    TASK [Hello Message] ***********************************************************
    ok: [localhost] => {
        \"msg\": \"Hello World!\"
    }

    PLAY RECAP *********************************************************************
    localhost                  : ok=2    changed=0    unreachable=0    failed=0

"
  }
}