Skip to content

Commit 0e7c080

Browse files
committed
Fix condition for task
1 parent cc1decf commit 0e7c080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install.debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- name: Overwrite mongodb_version especially for Debian 9
1515
set_fact:
1616
mongodb_major_version: "3.2"
17+
when: ansible_distribution_release == "stretch"
1718

1819
- name: Add APT key
1920
apt_key:

0 commit comments

Comments
 (0)