ansible-playbook-cli-js
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "ansible-playbook-cli-js", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A node.js wrapper for the ansible-playbook command", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -38,3 +38,3 @@ # ansible-playbook-cli-js | ||
ansiblePlaybookCli.command('playbook.yml -i hosts').then(function (data) { | ||
ansiblePlaybook.command('playbook.yml -i hosts').then(function (data) { | ||
console.log('data = ', data); | ||
@@ -70,3 +70,3 @@ }); | ||
ansiblePlaybookCli.command('playbook.yml --inventory-file hosts', function (err, data) { | ||
ansiblePlaybook.command('playbook.yml --inventory-file hosts', function (err, data) { | ||
console.log('data = ', data); | ||
@@ -73,0 +73,0 @@ }); |
12956