diff --git a/.kitchen.yml b/.kitchen.yml index c89444d..0f19c3f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -7,6 +7,7 @@ provisioner: hosts: all require_ansible_repo: false require_ansible_omnibus: true + requirements_path: requirements.txt platforms: - name: ubuntu-12.04 driver_config: diff --git a/README.md b/README.md index f397194..e99cdb8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ ansible-galaxy install -p roles/ bennojoy.mysql # change password in MySQL-installation role to match the one from testing sed -i 's/foobar/iloverandompasswordsbutthiswilldo/g' roles/bennojoy.mysql/defaults/main.yml - # fast test on one machine bundle exec kitchen test default-ubuntu-1204 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..04379a2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +zufallsheld.mysql