Skip to content

Commit 31a40c9

Browse files
committed
Fix indentation issues.
1 parent 040f38f commit 31a40c9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tasks/Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Add mongo apt repository
33
apt_repository:
4-
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse
4+
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
55

66
- name: Install mongodb org shell
77
apt:

tasks/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
---
22
- include: Debian.yml
33
when: ansible_os_family == "Debian"
4-
5-

0 commit comments

Comments
 (0)