You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/gathering_facts/library/facts_one

26 lines
406 B
Bash

#!/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"
]
}
}'