Fix the mongodb-org tasks packages so that they work also without the external repository.

This commit is contained in:
Andrea Dell'Amico 2019-03-29 13:13:19 +01:00
parent 732997b256
commit 3a54594c0d
1 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@
apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time=1800
with_items: '{{ mongodb_server_pkgs }}'
when:
- mongodb_install_from_external_repo
- mongodb_install_packages
- mongodb_upgrade_from_older_version
@ -60,7 +59,6 @@
apt: pkg={{ item }} state={{ mongodb_pkg_state }} update_cache=yes cache_valid_time=1800
with_items: '{{ mongodb_server_pkgs }}'
when:
- mongodb_install_from_external_repo
- mongodb_install_packages
- name: Create the mongodb log directory