Skip to content

Commit

Permalink
Couple more blooleans.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Mar 20, 2024
1 parent 67fdd17 commit 0e2a273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 0e2a273

Please sign in to comment.