mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
ACME: improve tests (new Pebble version, strict mode) (#44518)
* Bump ACME test container version. * Re-adding key rollover test.
This commit is contained in:
committed by
René Moser
parent
6f480fd03d
commit
ad0d10db0d
@@ -50,7 +50,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.2.0'
|
||||
self.image = 'quay.io/ansible/acme-test-container:1.3.0'
|
||||
self.container_name = ''
|
||||
|
||||
def _wait_for_service(self, protocol, acme_host, port, local_part, name):
|
||||
|
||||
Reference in New Issue
Block a user