mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
Enable specific tests for new Pebble. (#994)
This commit is contained in:
@@ -622,9 +622,7 @@
|
||||
|
||||
# Only the latest Pebble returns the correct error message, which makes the above fail
|
||||
- name: "({{ select_crypto_backend }}) Check that replacement order 5 worked"
|
||||
when: false
|
||||
# TODO: use the following once Pebble is updated
|
||||
# when: ansible_version.full is version('2.21', '>=')
|
||||
when: ansible_version.full is version('2.21', '>=')
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- replacement_order_5 is failed
|
||||
|
||||
Reference in New Issue
Block a user