Skip to content

Commit

Permalink
Merge pull request #8 from hardening-io/fix-kitchen-tests
Browse files Browse the repository at this point in the history
update .kitchen.yml to find playbook role in tests
  • Loading branch information
Sebastian Gumprich committed Apr 28, 2015
2 parents 3d442be + 2c6fdb6 commit 1d4dac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ platforms:
suites:
- name: default
roles_path: roles
playbook: default.yml
playbook: playbooks/default.yml
hosts: all
require_ansible_repo: true
ansible_verbose: true
Expand Down
2 changes: 1 addition & 1 deletion .kitchen_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platforms:
suites:
- name: default
roles_path: roles
playbook: default.yml
playbook: playbooks/default.yml
hosts: all
require_ansible_repo: true
ansible_verbose: true
Expand Down

0 comments on commit 1d4dac1

Please sign in to comment.