#!/bin/sh

echo '{
    "changed": false,
    "ansible_facts": {
        "factsone": "from facts_one module",
        "common_fact": "also from facts_one module",
		"common_dict_fact": {
			"key_one": "from facts_one",
			"key_two": "from facts_one"
		},
		"common_list_fact": [
			"one",
			"three",
			"five"
		],
		"common_list_fact2": [
			"one",
			"two",
			"three",
			"five",
			"five"
		]
    }
}'