polkadot-secure-validator
Advanced tools
Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "polkadot-secure-validator", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/w3f/polkadot-secure-validator", |
@@ -25,3 +25,3 @@ const path = require('path'); | ||
//return this._cmd(`all -b -m ping -i ${inventoryFileName}`, this.options); | ||
return this._cmd(`main.yml -i ${inventoryPath}`); | ||
return this._cmd(`main.yml -f 30 -i ${inventoryPath}`); | ||
} | ||
@@ -28,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152442