diff --git a/tests/integration/targets/acme_certificate_order/tasks/impl.yml b/tests/integration/targets/acme_certificate_order/tasks/impl.yml index 13e7d9b19..a76454c09 100644 --- a/tests/integration/targets/acme_certificate_order/tasks/impl.yml +++ b/tests/integration/targets/acme_certificate_order/tasks/impl.yml @@ -146,6 +146,11 @@ - validate_1 is changed - validate_1.account_uri == account.account_uri +- name: Wait until we know that the challenges have been validated for ansible-core <= 2.11 + pause: + seconds: 5 + when: ansible_version.full is version('2.11', '<=') + - name: Get order information acme_certificate_order_info: acme_directory: https://{{ acme_host }}:14000/dir