Skip to content

Commit

Permalink
Merge pull request #69 from samvarankashyap/master
Browse files Browse the repository at this point in the history
fixed PR #68 schema_check cannot find default schema outside linch-pin
  • Loading branch information
samvarankashyap committed Oct 5, 2016
2 parents 7b9daac + b75dae7 commit e668e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion linchpin_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ inventory_playbooks:
async: false
async_timeout : 1000
no_output : false
schema: "ex_schemas/schema_v2.json"
schema: "{{ playbook_dir }}/../ex_schemas/schema_v2.json"
inventory_layouts_path: "inventory_layouts"
inventory_outputs_path: "inventory_outputs"
inventory_types:
- "aws"
- "gcloud"
- "openstack"
- "generic"
check_mode: no
2 changes: 1 addition & 1 deletion provision/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# This playbook contains common play that will be ran before the provisioning starts.
- name: "Including Linchpin config vars"
include_vars: "../linchpin_config.yml"
include_vars: "{{ playbook_dir }}/../linchpin_config.yml"

- name: "schema check for given topology file"
schema_check:
Expand Down

0 comments on commit e668e67

Please sign in to comment.