Skip to content

Commit

Permalink
Merge pull request #14 from hardening-io/fix-playbook-path
Browse files Browse the repository at this point in the history
fix configuration of playbook path
  • Loading branch information
Sebastian Gumprich committed Jun 1, 2015
2 parents c6121c2 + 57bb2e8 commit c5e470c
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 c5e470c

Please sign in to comment.