Skip to content

Commit 09254c8

Browse files
committed
truthiness for truth bump:patch
1 parent c9f0748 commit 09254c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ rules:
4747
forbid-explicit-octal: false
4848

4949
truthy:
50-
allowed-values: ['true', 'false', 'yes', 'no']
50+
allowed-values: ['true', 'false']
5151
check-keys: true

tests/prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
and (ansible_distribution_major_version | int) < 13)) else omit }}
2424
- "lsb-release"
2525
state: present
26-
update_cache: yes
26+
update_cache: true
2727
when: ansible_os_family == "Debian"
2828

2929
- name: Create test user for permission tests

0 commit comments

Comments
 (0)