We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf617c commit bc6273bCopy full SHA for bc6273b
tasks/install.debian.yml
@@ -23,7 +23,7 @@
23
when: (mongodb_package == 'mongodb-org' and
24
(mongodb_version is not defined
25
or mongodb_repository[mongodb_major_version] is not defined
26
- or mongodb_version != "3.6"))
+ or mongodb_version != "3.6") and ansible_distribution_release == "stretch")
27
28
- name: Fail when used wrong mongodb_version variable
29
fail:
0 commit comments