diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 452a902..ba20b1d 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -26,7 +26,7 @@ jobs: - lint runs-on: ubuntu-20.04 strategy: - fail-fast: no + fail-fast: false matrix: config: - image: "alpine" diff --git a/.yamllint b/.yamllint index cc50726..1460f2c 100644 --- a/.yamllint +++ b/.yamllint @@ -10,7 +10,7 @@ rules: level: error line-length: disable truthy: - check-keys: no + check-keys: false ignore: | .tox/ diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 655b823..7475598 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -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: