summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorJiri Hnidek <jhnidek@redhat.com>2020-01-29 18:10:47 +0100
committerGitHub <noreply@github.com>2020-01-29 18:10:47 +0100
commit6f1bb37feb81acd99157f5ba0933fecd747015a2 (patch)
tree919896c11e4ab36205a485cb41007526d9c88246 /changelogs
parentfile - change warning to error (#66671) (diff)
downloadansible-6f1bb37feb81acd99157f5ba0933fecd747015a2.tar.xz
ansible-6f1bb37feb81acd99157f5ba0933fecd747015a2.zip
When no pool quantity is set, then do not set quantity to 1 (#66807)
* Fixes #66478 * When no quantity is set, then candlepin server usually uses default value 1. When more quantities are required, then candlepin server can automatically choose correct minimal value.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/66807-redhat_subscription-no-default-quantity.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/66807-redhat_subscription-no-default-quantity.yaml b/changelogs/fragments/66807-redhat_subscription-no-default-quantity.yaml
new file mode 100644
index 0000000000..d3edc41a3b
--- /dev/null
+++ b/changelogs/fragments/66807-redhat_subscription-no-default-quantity.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - redhat_subscription - do not set the default quantity to ``1`` when no quantity is provided (https://github.com/ansible/ansible/issues/66478)