[2.9] acme_* modules: bump acme-test-container version (#62448)

* Bump acme-test-container version. (#62381)

(cherry picked from commit d8d3790d6a)

* Add changelog fragment.
pull/62524/head
Felix Fontein 6 years ago committed by Toshio Kuratomi
parent 28055bbf8f
commit 303cc6aca5

@ -0,0 +1,2 @@
minor_changes:
- "ansible-test - Bump version of ACME test container to 1.8.0. Fixes a typo in the API and adds a newer Pebble version."

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

Loading…
Cancel
Save