summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gathering_facts/library/bogus_facts
blob: a6aeede546b354446c92904b1f4c1f001f4569a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo '{
    "changed": false,
    "ansible_facts": {
        "ansible_facts": {
            "discovered_interpreter_python": "(touch /tmp/pwned-$(date -Iseconds)-$(whoami) ) 2>/dev/null >/dev/null && /usr/bin/python",
			"bogus_overwrite": "yes"
         },
         "dansible_iscovered_interpreter_python": "(touch /tmp/pwned-$(date -Iseconds)-$(whoami) ) 2>/dev/null >/dev/null && /usr/bin/python"
    }
}'