Merge pull request #154 from ShaulMyplay/master

Apt update cache before installing mogodb
This commit is contained in:
Sergei Antipov 2019-05-01 11:18:57 -04:00 committed by GitHub
commit bb1b10b699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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