From ed78b4fecb43711e4f34412cd666fb7dd3a558fe Mon Sep 17 00:00:00 2001 From: lefos Date: Sun, 31 Oct 2021 22:23:13 +0200 Subject: [PATCH] asd --- monitorall.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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