Skip to content

Commit f4a474b

Browse files
committed
Fix task name
1 parent 8cfc47b commit f4a474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
or mongodb_repository[mongodb_major_version] is not defined
2626
or mongodb_version != '3.6') and ansible_distribution_release == 'stretch')
2727

28-
- name: Fail when used wrong mongodb_version variable with Debian Stretch
28+
- name: Fail when used wrong mongodb_version variable with Ubuntu 18.04
2929
fail:
3030
msg: "mongodb_version variable should be '3.6' and mongodb_package should be 'mongodb' for Ubuntu 18.04"
3131
when: ((mongodb_package == 'mongodb-org' or mongodb_version != '3.6')

0 commit comments

Comments
 (0)