From e9742d60f75c5287301d19b094ed5a5b80383d79 Mon Sep 17 00:00:00 2001 From: lefos Date: Sun, 31 Oct 2021 22:38:00 +0200 Subject: [PATCH] asd --- monitorall.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitorall.yml b/monitorall.yml index 7526a9b..bd9a0d1 100644 --- a/monitorall.yml +++ b/monitorall.yml @@ -44,8 +44,10 @@ # - 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 + become: true apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' state=present - name: install mongodb + become: true apt: pkg=mongodb-org state=latest update_cache=yes notify: - start mongodb