summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gathering_facts/one_two.json
blob: ecc698c3b5c445ea0b99c7b7bcb0d2cc1058708a (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_two"
    },
    "common_fact": "also from facts_two module",
    "common_list_fact": [
        "three",
        "five",
        "one",
        "two",
        "four"
    ],
    "common_list_fact2": [
        "three",
        "five",
        "five",
        "one",
        "two",
        "four",
        "four"
    ],
    "factsone": "from facts_one module",
    "factstwo": "from facts_two module"
}