We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040f38f commit 31a40c9Copy full SHA for 31a40c9
tasks/Debian.yml
@@ -1,7 +1,7 @@
1
---
2
- name: Add mongo apt repository
3
apt_repository:
4
- repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse
+ repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
5
6
- name: Install mongodb org shell
7
apt:
tasks/main.yml
@@ -1,5 +1,3 @@
- include: Debian.yml
when: ansible_os_family == "Debian"
-
0 commit comments