1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-07-17 13:29:45 -04:00 committed by GitHub
parent a1a3b4f677
commit 0f1346aa8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
group: root
mode: 0644
with_items:
- { src: 'mongodb.service.j2', dest: '/etc/systemd/system/' }
- { src: 'mongodb.service.j2', dest: '/etc/systemd/system/mongodb.service' }
- { src: 'mongod.conf.j2', dest: "{{ mongodb_conf }}" }
- name: Restart service if enabled