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 cc1decf commit 0e7c080Copy full SHA for 0e7c080
tasks/install.debian.yml
@@ -14,6 +14,7 @@
14
- name: Overwrite mongodb_version especially for Debian 9
15
set_fact:
16
mongodb_major_version: "3.2"
17
+ when: ansible_distribution_release == "stretch"
18
19
- name: Add APT key
20
apt_key:
0 commit comments