Skip to content

Commit 383c1f7

Browse files
committed
truthy value should be one of [false, true].
1 parent 35609b7 commit 383c1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/Debian.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: Install gnupg
33
apt:
44
name: gnupg
5-
update_cache: yes
5+
update_cache: true
66

77
- name: Add mongo apt key
88
apt_key:
@@ -15,4 +15,4 @@
1515
- name: Install mongodb org shell
1616
apt:
1717
name: mongodb-org-shell
18-
update_cache: yes
18+
update_cache: true

0 commit comments

Comments
 (0)