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
|
@ -27,8 +27,8 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'mongodb.service.j2' , dest: '/etc/systemd/system/' }
|
- { 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
|
- name: Restart service if enabled
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue