Skip to content

Commit

Permalink
Merge pull request #4 from hardening-io/playbook_path
Browse files Browse the repository at this point in the history
Change playbook-path to accomodate test-repo
  • Loading branch information
chris-rock committed May 19, 2015
2 parents 6ab5c0c + ee2056c commit 9408d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ platforms:
suites:
- name: default
roles_path: roles
playbook: default.yml
playbook: playbooks/default.yml
hosts: all
require_ansible_repo: true
ansible_verbose: true
ansible_version: 1.9.2
extra_vars:
a: b
2 changes: 1 addition & 1 deletion .kitchen_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ driver:

provisioner:
name: ansible_playbook
test_repo_uri: https://github.com/TelekomLabs/tests-ssh-hardening.git
test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git
hosts: all
require_ansible_omnibus: true
ansible_omnibus_url: https://raw.githubusercontent.com/hardening-io/ansible-os-hardening/master/ansible-install.sh
Expand Down

0 comments on commit 9408d50

Please sign in to comment.