|
|
|
@ -44,7 +44,7 @@ class ACMEProvider(CloudProvider):
|
|
|
|
if os.environ.get('ANSIBLE_ACME_CONTAINER'):
|
|
|
|
if os.environ.get('ANSIBLE_ACME_CONTAINER'):
|
|
|
|
self.image = os.environ.get('ANSIBLE_ACME_CONTAINER')
|
|
|
|
self.image = os.environ.get('ANSIBLE_ACME_CONTAINER')
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
self.image = 'quay.io/ansible/acme-test-container:1.5.0'
|
|
|
|
self.image = 'quay.io/ansible/acme-test-container:1.6.0'
|
|
|
|
self.container_name = ''
|
|
|
|
self.container_name = ''
|
|
|
|
|
|
|
|
|
|
|
|
def _wait_for_service(self, protocol, acme_host, port, local_part, name):
|
|
|
|
def _wait_for_service(self, protocol, acme_host, port, local_part, name):
|
|
|
|
|