Skip to content

Commit e5944c5

Browse files
More booleans set to true/false.
1 parent 7899ee7 commit e5944c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- lint
2727
runs-on: ubuntu-20.04
2828
strategy:
29-
fail-fast: no
29+
fail-fast: false
3030
matrix:
3131
config:
3232
- image: "alpine"

.yamllint

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rules:
1010
level: error
1111
line-length: disable
1212
truthy:
13-
check-keys: no
13+
check-keys: false
1414

1515
ignore: |
1616
.tox/

molecule/default/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ platforms:
1919
command: /sbin/init
2020
volumes:
2121
- /sys/fs/cgroup:/sys/fs/cgroup:ro
22-
privileged: yes
23-
pre_build_image: yes
22+
privileged: true
23+
pre_build_image: true
2424
provisioner:
2525
name: ansible
2626
verifier:

0 commit comments

Comments
 (0)