mirror of
https://github.com/ansible/ansible.git
synced 2026-08-07 00:14:40 +02:00
Bump fallaxy version (#69917)
This commit is contained in:
@@ -44,7 +44,7 @@ class FallaxyProvider(CloudProvider):
|
||||
if os.environ.get('ANSIBLE_FALLAXY_CONTAINER'):
|
||||
self.image = os.environ.get('ANSIBLE_FALLAXY_CONTAINER')
|
||||
else:
|
||||
self.image = 'quay.io/ansible/fallaxy-test-container:2.0.0'
|
||||
self.image = 'quay.io/ansible/fallaxy-test-container:2.0.1'
|
||||
self.container_name = ''
|
||||
|
||||
def filter(self, targets, exclude):
|
||||
|
||||
Reference in New Issue
Block a user