diff options
author | Felix Fontein <felix@fontein.de> | 2020-02-29 14:20:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 14:20:14 +0100 |
commit | 35fd86c6bc762afdbea94262df57dd6c71f526a3 (patch) | |
tree | c700386e160236d7b3a8d19a3837ac1e46fe95ab /test/integration/targets/acme_inspect/tasks | |
parent | Temporarily remove AIX from CI. (diff) | |
download | ansible-35fd86c6bc762afdbea94262df57dd6c71f526a3.tar.xz ansible-35fd86c6bc762afdbea94262df57dd6c71f526a3.zip |
acme_* modules: adjust documentation to reference RFCs 8737 and 8738 instead of the drafts (#67881)
* Adjust documentation to reference RFCs 8737 and 8738 instead of the drafts.
* More references.
Diffstat (limited to 'test/integration/targets/acme_inspect/tasks')
-rw-r--r-- | test/integration/targets/acme_inspect/tasks/impl.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/integration/targets/acme_inspect/tasks/impl.yml b/test/integration/targets/acme_inspect/tasks/impl.yml index abab6019f2..6628548d1d 100644 --- a/test/integration/targets/acme_inspect/tasks/impl.yml +++ b/test/integration/targets/acme_inspect/tasks/impl.yml @@ -53,7 +53,7 @@ vars: account_info: # For valid values, see - # https://tools.ietf.org/html/draft-ietf-acme-acme-16#section-7.3 + # https://www.rfc-editor.org/rfc/rfc8555.html#section-7.3 contact: - mailto:me@example.com register: account_update @@ -72,7 +72,8 @@ vars: create_order: # For valid values, see - # https://tools.ietf.org/html/draft-ietf-acme-acme-16#section-7.4 + # https://www.rfc-editor.org/rfc/rfc8555.html#section-7.4 and + # https://www.rfc-editor.org/rfc/rfc8738.html identifiers: - type: dns value: example.com |