fix typos

This commit is contained in:
Robert Kaussow 2018-07-07 18:59:07 +02:00
parent 8b23b1b3d5
commit 3d57f1c51d
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
- name: Restart service
service:
name: mongod
state: restarte
state: restarted
changed_when: False
become: True
@ -40,6 +40,6 @@
- name: Restart service
service:
name: mongod
state: restarte
state: restarted
changed_when: False
become: True

View File

@ -44,7 +44,7 @@
state: directory
when: mongodb_systemlog_destination == 'logfile'
- name: Make sure mongodb is running
- name: Make sure mongodb is up and running
systemd:
name: mongod
state: started