Skip to content

Commit

Permalink
Merge pull request #20 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 11, 2015
2 parents ee61f76 + 6427879 commit a9d1a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,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 a9d1a8f

Please sign in to comment.