mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
(cherry picked from commit 4a7d18cad5)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -627,9 +627,7 @@
|
|||||||
|
|
||||||
# Only the latest Pebble returns the correct error message, which makes the above fail
|
# Only the latest Pebble returns the correct error message, which makes the above fail
|
||||||
- name: "({{ select_crypto_backend }}) Check that replacement order 5 worked"
|
- name: "({{ select_crypto_backend }}) Check that replacement order 5 worked"
|
||||||
when: false
|
when: ansible_version.full is version('2.21', '>=')
|
||||||
# TODO: use the following once Pebble is updated
|
|
||||||
# when: ansible_version.full is version('2.21', '>=')
|
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- replacement_order_5 is failed
|
- replacement_order_5 is failed
|
||||||
|
|||||||
Reference in New Issue
Block a user