13 lines
420 B
Text
13 lines
420 B
Text
|
#!/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"
|
||
|
}
|
||
|
}'
|