Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 2c6fdb6

Browse files
committed
update .kitchen.yml to find playbook role in tests
1 parent ccf58ca commit 2c6fdb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ platforms:
3636
suites:
3737
- name: default
3838
roles_path: roles
39-
playbook: default.yml
39+
playbook: playbooks/default.yml
4040
hosts: all
4141
require_ansible_repo: true
4242
ansible_verbose: true

.kitchen_debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platforms:
2222
suites:
2323
- name: default
2424
roles_path: roles
25-
playbook: default.yml
25+
playbook: playbooks/default.yml
2626
hosts: all
2727
require_ansible_repo: true
2828
ansible_verbose: true

0 commit comments

Comments
 (0)