mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
aad50e0c4e
commit
88253db8ca
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
- { src: 'mongod.conf.j2', dest: "{{ mongodb_conf }}" }
|
||||
- { src: 'mongodb.service.j2', dest: '/etc/systemd/system/mongodb.service' }
|
||||
|
||||
- name: "systemctl daemon-reload" in case mongodb.service changed
|
||||
- name: systemctl daemon-reload (in case mongodb.service changed?)
|
||||
systemd:
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
|
|
Loading…
Reference in a new issue