mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-22 08:59:08 -07:00
bump version of 'vcenter-test-container' to '1.4.0' (govmomi v0.19.0)
This commit is contained in:
parent
e21270988c
commit
7f3c21f628
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,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.3.0'
|
self.image = 'quay.io/ansible/vcenter-test-container:1.4.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