Skip to content

Commit

Permalink
More booleans.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Mar 20, 2024
1 parent 1eacee4 commit 15cddd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/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
2 changes: 1 addition & 1 deletion templates/molecule-action.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- lint
runs-on: ubuntu-20.04
strategy:
fail-fast: no
fail-fast: false
matrix:
config:
{% for platform in meta.galaxy_info.platforms %}
Expand Down
4 changes: 2 additions & 2 deletions templates/molecule.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,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
{% if github_variables_mapping is defined %}
Expand Down

0 comments on commit 15cddd9

Please sign in to comment.