
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. Change-Id: Ib1bac8c596e97505e537095474aa9aca208eea41
6 lines
94 B
YAML
6 lines
94 B
YAML
---
|
|
ansible_host: 10.1.0.3
|
|
ansible_become: True
|
|
ansible_user: root
|
|
container_name: container2
|