mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07: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:
parent
6f480fd03d
commit
ad0d10db0d
3 changed files with 39 additions and 98 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue