mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
mongo version mixup. which conf file is used? we write to both
This commit is contained in:
parent
0c5f5b5fd2
commit
dd80a8a03d
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
with_items:
|
||||
- { src: 'mongodb.service' , dest: '/etc/systemd/system/' }
|
||||
- { src: 'mongodb' , dest: '/etc/sysconfig/'}
|
||||
- { src: 'mongod.conf' , dest: '/etc/'}
|
||||
- { src: 'mongod.conf' , dest: '/etc/mongod.conf'}
|
||||
- { src: 'mongod.conf' , dest: '/etc/mongodb.conf'}
|
||||
|
||||
- name: enable services
|
||||
service: name={{ item.name }}
|
||||
|
|
Loading…
Add table
Reference in a new issue