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:
parent
4cdcda9438
commit
db9d9be955
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue