Set container_name as host_var in test inventory

The connection plugin no longer falls back on using the
inventory_hostname as the container_name. Set container_name as a host
var for each container in the test inventory.

In this role's case there are no containers, so I've just removed
the group_var so that the test setup is uniform with other roles
which do use containers.

Change-Id: Ifde552c38d219ede46f3c4c8091e38048205d02f
This commit is contained in:
Jesse Pretorius 2018-10-22 12:06:12 +01:00 committed by Jesse Pretorius (odyssey4me)
parent fcd620e788
commit 1bb6c23ab0
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
container_name: "{{ inventory_hostname }}"
container_networks:
management_address:
address: "{{ ansible_host }}"