Skip to content

Commit

Permalink
Add daemon_reload to mongodb systemd configuration
Browse files Browse the repository at this point in the history
This was necessary to avoid errors that were appearing on my installation. This fix was suggested here: Stouts/Stouts.mongodb#36
  • Loading branch information
zachmullen authored Sep 22, 2020
1 parent 2ad2594 commit 460c9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
systemd:
name: mongod
enabled: true
daemon_reload: true
become: true
become_user: root

0 comments on commit 460c9d4

Please sign in to comment.