Use new vcenter simulator container location.
This commit is contained in:
parent
068b9ac523
commit
1d5c933ecf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class VcenterProvider(CloudProvider):
|
|||
if os.environ.get('ANSIBLE_VCSIM_CONTAINER'):
|
||||
self.image = os.environ.get('ANSIBLE_VCSIM_CONTAINER')
|
||||
else:
|
||||
self.image = 'ansible/ansible:vcenter-simulator@sha256:7b7cd213219dc09ae528a8e226804e662c2fae0c1d7d7e2ee3aa9e9c08d4059a'
|
||||
self.image = 'quay.io/ansible/vcenter-test-container:1.0.1'
|
||||
self.container_name = ''
|
||||
|
||||
def filter(self, targets, exclude):
|
||||
|
|
Loading…
Reference in a new issue