From 15cddd986c5d61651649460014b90f7bef0eef9e Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 20 Mar 2024 11:26:21 +0100 Subject: [PATCH] More booleans. --- files/yamllint | 2 +- templates/molecule-action.yml.j2 | 2 +- templates/molecule.yml.j2 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/yamllint b/files/yamllint index cc50726..1460f2c 100644 --- a/files/yamllint +++ b/files/yamllint @@ -10,7 +10,7 @@ rules: level: error line-length: disable truthy: - check-keys: no + check-keys: false ignore: | .tox/ diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index e211bf2..8666dbc 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -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 %} diff --git a/templates/molecule.yml.j2 b/templates/molecule.yml.j2 index 19cb639..6223624 100644 --- a/templates/molecule.yml.j2 +++ b/templates/molecule.yml.j2 @@ -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 %}