1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-07-22 11:06:38 -04:00 committed by GitHub
parent aad50e0c4e
commit 88253db8ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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