Skip to content

Commit

Permalink
More booleans set to true/false.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Mar 20, 2024
1 parent d66d3de commit 7340d97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- lint
runs-on: ubuntu-20.04
strategy:
fail-fast: no
fail-fast: false
matrix:
config:
- image: "alpine"
Expand Down
2 changes: 1 addition & 1 deletion .yamllint
Expand Up @@ -10,7 +10,7 @@ rules:
level: error
line-length: disable
truthy:
check-keys: no
check-keys: false

ignore: |
.tox/
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Expand Up @@ -19,8 +19,8 @@ platforms:
command: /sbin/init
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: yes
pre_build_image: yes
privileged: true
pre_build_image: true
provisioner:
name: ansible
verifier:
Expand Down

0 comments on commit 7340d97

Please sign in to comment.