Found a universal place to drop files

This commit is contained in:
Ubergeek 2019-03-18 12:27:41 +00:00
parent 8a79171753
commit b79a0c921d
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
/* security */
$access_token = '1234567890';
$lastrun = '/tmp/ansible-hook-last-run';
$dropfile = '/tmp/run-ansible';
$lastrun = '/dev/shm/ansible-hook-last-run';
$dropfile = '/dev/shm/run-ansible';
/* get json data */
$json = file_get_contents('php://input');