mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-23 09:29:08 -07:00
Updated 'quay.io/ansible/vcenter-test-container' image tag to '1.2.0'
vcsim remains on commit 'dee49fa3694c5aff05e4b340b0686772f65c1fe1'
This commit is contained in:
parent
e401927d67
commit
50d151aef2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class VcenterProvider(CloudProvider):
|
||||||
if os.environ.get('ANSIBLE_VCSIM_CONTAINER'):
|
if os.environ.get('ANSIBLE_VCSIM_CONTAINER'):
|
||||||
self.image = os.environ.get('ANSIBLE_VCSIM_CONTAINER')
|
self.image = os.environ.get('ANSIBLE_VCSIM_CONTAINER')
|
||||||
else:
|
else:
|
||||||
self.image = 'quay.io/ansible/vcenter-test-container:1.0.1'
|
self.image = 'quay.io/ansible/vcenter-test-container:1.2.0'
|
||||||
self.container_name = ''
|
self.container_name = ''
|
||||||
|
|
||||||
def filter(self, targets, exclude):
|
def filter(self, targets, exclude):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue