Bump fallaxy version (#69917)

pull/69924/head
Jordan Borean 4 years ago committed by GitHub
parent 984216f52e
commit 112251c7f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):

Loading…
Cancel
Save