Skip to content

Commit

Permalink
fix configuration of playbook path
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jun 1, 2015
1 parent 25a49bf commit cf91e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
driver:
name: vagrant

provisioner:
name: ansible_playbook
test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git
Expand Down Expand Up @@ -35,8 +36,9 @@ platforms:
suites:
- name: default
roles_path: roles
playbook: playbooks/default.yml
hosts: all
require_ansible_repo: true
ansible_verbose: true
ansible_version: 1.9.2
provisioner:
playbook: test/integration/playbooks/default.yml
3 changes: 2 additions & 1 deletion .kitchen_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ platforms:
suites:
- name: default
roles_path: roles
playbook: playbooks/default.yml
hosts: all
require_ansible_repo: true
ansible_verbose: true
ansible_version: 1.9.2
provisioner:
playbook: test/integration/playbooks/default.yml

0 comments on commit cf91e24

Please sign in to comment.