Skip to content
Snippets Groups Projects
Commit 45de57de authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: remove deprecated Molecule configs for linting

parent f13356e6
No related branches found
No related tags found
No related merge requests found
...@@ -4,15 +4,11 @@ dependency: ...@@ -4,15 +4,11 @@ dependency:
enabled: false enabled: false
driver: driver:
name: vagrant name: vagrant
lint: |
set -e
yamllint .
ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest
platforms: platforms:
# Check out the documentation at # Check out the documentation at
# https://github.com/ansible-community/molecule-vagrant#documentation # https://github.com/ansible-community/molecule-vagrant#documentation
# for more platform parameters. # for more platform parameters.
- name: vm-runner - name: vm-runner-bullseye
box: debian/bullseye64 box: debian/bullseye64
memory: 1024 memory: 1024
# List of raw Vagrant `config` options. # List of raw Vagrant `config` options.
......
...@@ -4,15 +4,11 @@ dependency: ...@@ -4,15 +4,11 @@ dependency:
enabled: false enabled: false
driver: driver:
name: vagrant name: vagrant
lint: |
set -e
yamllint .
ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest
platforms: platforms:
# Check out the documentation at # Check out the documentation at
# https://github.com/ansible-community/molecule-vagrant#documentation # https://github.com/ansible-community/molecule-vagrant#documentation
# for more platform parameters. # for more platform parameters.
- name: vm-runner - name: vm-runner-bookworm
box: debian/bookworm64 box: debian/bookworm64
memory: 1024 memory: 1024
# List of raw Vagrant `config` options. # List of raw Vagrant `config` options.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment