diff --git a/monitorall.yml b/monitorall.yml index db05d94..77b5813 100644 --- a/monitorall.yml +++ b/monitorall.yml @@ -41,8 +41,6 @@ - curl - lynx - ruby - - - name: Import the public key used by the package management system apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=7F0CEB10 state=present - name: Add MongoDB repository @@ -51,6 +49,6 @@ apt: pkg=mongodb-org state=latest update_cache=yes notify: - start mongodb - handlers: - - name: start mongodb - service: name=mongod state=started \ No newline at end of file + handlers: + - name: start mongodb + service: name=mongod state=started \ No newline at end of file