{
    "_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"
}