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:12:37 -04:00 committed by GitHub
parent 4cdcda9438
commit db9d9be955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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