Skip to content

Commit

Permalink
Wait for validation on ansible-core 2.11, ansible-base 2.10, and Ansi…
Browse files Browse the repository at this point in the history
…ble 2.9.

These versions have version 2.0.0 of the ACME test container.
  • Loading branch information
felixfontein committed May 20, 2024
1 parent 28b26ff commit 4e46df2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e46df2

Please sign in to comment.