up version
This commit is contained in:
@@ -3,7 +3,9 @@ hash_behaviour = merge
|
|||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
#callback_whitelist = profile_tasks
|
#callback_whitelist = profile_tasks
|
||||||
display_skipped_hosts = False
|
display_skipped_hosts = False
|
||||||
|
stdout_callback = yaml
|
||||||
|
bin_ansible_callbacks = True
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining = True
|
pipelining = True
|
||||||
ssh_args = -o ForwardAgent=yes
|
ssh_args = -o ForwardAgent=yes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tankz",
|
"name": "tankz",
|
||||||
"version": "0.11.1",
|
"version": "0.12.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dateformat": "^3.0.3",
|
"dateformat": "^3.0.3",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class JsConnection<O:Message, I:Message> extends BaseConnection<O, I> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static function isSecured():Bool {
|
public static function isSecured():Bool {
|
||||||
return Browser.location.protocol == "https";
|
return Browser.location.protocol == "https:";
|
||||||
}
|
}
|
||||||
|
|
||||||
private function buildSocket(host:String, port:Int):WebSocket {
|
private function buildSocket(host:String, port:Int):WebSocket {
|
||||||
|
|||||||
Reference in New Issue
Block a user