summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gathering_facts/two_one.json
blob: 4b34a2d5752f1cb5e67bd539c54af393a7870038 (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
25
26
27
{
    "_ansible_facts_gathered": true,
    "common_dict_fact": {
        "key_four": "from facts_two",
        "key_one": "from facts_one",
        "key_two": "from facts_one"
    },
    "common_fact": "also from facts_one module",
    "common_list_fact": [
        "two",
        "four",
        "one",
        "three",
        "five"
    ],
    "common_list_fact2": [
        "four",
        "four",
        "one",
        "two",
        "three",
        "five",
        "five"
    ],
    "factsone": "from facts_one module",
    "factstwo": "from facts_two module"
}