Debugging

This commit is contained in:
Anton Hvornum 2019-11-29 17:02:40 +01:00
parent cefe7e4f8b
commit fc196a589b
1 changed files with 15 additions and 17 deletions

View File

@ -1,19 +1,17 @@
{ {
"args" : { "args" : {
"password" : "0000", "password" : "0000",
"post" : "stay" "post" : "stay"
}, },
"post" : { "post" : {
"test exit codes" : { "test exit codes" : {
"exit 1" : {"ignore_errors" : true}, "ssh test@77.80.220.176" : {"events" : {
"echo 'ssh test@77.80.220.176" : { "continue connecting" : "yes",
"events" : { "s password" : "test"
"continue connecting" : "yes", },
"s password" : "test" "boot" : true,
}, "debug" : true
"boot" : true, }
"debug" : true }
} }
}
}
} }