summaryrefslogtreecommitdiff
path: root/changelogs/fragments/56334-acme_certificate-alternate-chains.yml
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2019-08-09 23:54:48 +0200
committerGitHub <noreply@github.com>2019-08-09 23:54:48 +0200
commit8b68feb67e19735d751cc85d4a1c727425a6a776 (patch)
treebb13ba3efe897b72aae645c71ee126be4b87e800 /changelogs/fragments/56334-acme_certificate-alternate-chains.yml
parente9fc095123e35ee9e432192465e254715c87788f (diff)
downloadansible-8b68feb67e19735d751cc85d4a1c727425a6a776.tar.gz
acme_certificate: allow to download alternate certificate chains (#56334)
* Improve link handling. * Also fetch alternate certificate chains. * Add retrieve_all_alternates option. * Simplify code. * Forgot when condition. * Add tests for retrieve_all_alternates. * Fixes. * Moved utility function for link parsing to module_utils. * Fix grammar.
Diffstat (limited to 'changelogs/fragments/56334-acme_certificate-alternate-chains.yml')
-rw-r--r--changelogs/fragments/56334-acme_certificate-alternate-chains.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/56334-acme_certificate-alternate-chains.yml b/changelogs/fragments/56334-acme_certificate-alternate-chains.yml
new file mode 100644
index 0000000000..e3abd69299
--- /dev/null
+++ b/changelogs/fragments/56334-acme_certificate-alternate-chains.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - "acme_certificate - all alternate chains can be retrieved using the new ``retrieve_all_alternates`` option."