Remove duplicate container prep from role test

test-setup-host already takes care of container prep
so the test playbook should not also include the container
prep play

Change-Id: Ic93eeca534486fc678a3960cde2eeea970c8326e
This commit is contained in:
Travis Truman 2016-09-14 11:15:30 -04:00
parent f3ee697053
commit 54555e0b06

View File

@ -17,9 +17,6 @@
# Setup the host
- include: playbooks/test-setup-host.yml
# Prepare the containers
- include: playbooks/test-prepare-containers.yml
# Install RabbitMQ/MariaDB
- include: playbooks/test-install-infra.yml