mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
bumped 'vcenter-test-container' to '1.5.0'
This commit is contained in:
@@ -37,7 +37,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.4.0'
|
self.image = 'quay.io/ansible/vcenter-test-container:1.5.0'
|
||||||
self.container_name = ''
|
self.container_name = ''
|
||||||
|
|
||||||
def filter(self, targets, exclude):
|
def filter(self, targets, exclude):
|
||||||
|
|||||||
Reference in New Issue
Block a user