diff --git a/.kitchen.vagrant.yml b/.kitchen.vagrant.yml index 9030a0b..e57ddb9 100644 --- a/.kitchen.vagrant.yml +++ b/.kitchen.vagrant.yml @@ -10,7 +10,7 @@ transport: provisioner: name: ansible_playbook roles_path: ../ - hosts: test-kitchen + hosts: all # ansible_verbose: true ansible_verbose: false ansible_verbosity: 3 diff --git a/.kitchen.yml b/.kitchen.yml index 7409189..4be284c 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -8,7 +8,7 @@ transport: provisioner: name: ansible_playbook roles_path: ../ - hosts: test-kitchen + hosts: all # ansible_verbose: true ansible_verbose: false ansible_verbosity: 3 diff --git a/.travis.yml.simple b/.travis.yml.simple index c189ada..70de797 100644 --- a/.travis.yml.simple +++ b/.travis.yml.simple @@ -19,7 +19,7 @@ install: - "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg" - gem2.0 --version script: - - "echo \"[test-kitchen]\nlocalhost\" > inventory" + - "echo \"localhost\" > inventory" # Check the role/playbook's syntax. - "ansible-playbook -i inventory --syntax-check test/integration/default/default.yml" diff --git a/test/integration/default/default.yml b/test/integration/default/default.yml index d78f4d8..6dafff4 100644 --- a/test/integration/default/default.yml +++ b/test/integration/default/default.yml @@ -1,8 +1,5 @@ --- - hosts: all -#- hosts: test-kitchen -# vars: -# - a: roles: - juju4.fprobe