diff --git a/tasks/install.debian.yml b/tasks/install.debian.yml index be5a47b..aa75e66 100644 --- a/tasks/install.debian.yml +++ b/tasks/install.debian.yml @@ -55,6 +55,7 @@ - "{{mongodb_package}}" - numactl state: present + update_cache: yes - name: Add systemd configuration if present copy: src=mongodb.service dest=/lib/systemd/system/mongodb.service owner=root group=root mode=0640